Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Data Models Into Gatsby #770

Closed
1 task done
wwwwwlwwwww opened this issue Oct 17, 2022 · 0 comments
Closed
1 task done

Loading Data Models Into Gatsby #770

wwwwwlwwwww opened this issue Oct 17, 2022 · 0 comments
Labels
enhancement New feature or request triage An issue needs further analysis by a team member

Comments

@wwwwwlwwwww
Copy link
Collaborator

Description

In the same vein as #508, #571, #582, and #616, we want to load a set of data models into Gatsby

Generic Page:

  • title - Page Title
  • slug - Desired URL Slug
  • desc - Metadata description for SEO
  • sections (in the CMS, this is a "blocks" section - a list of content sections)

Section: Grid

  • metadata
    • margins - string is either "Margined" or "Bannered"
    • colOrRowBound - string is either "Row-Bound" or "Column-Bound"
    • numCols - positive integer
    • numRows - positive integer
    • order - string is one of these: "left-to-right", "top-to-bottom", "random"
  • contentBlocoks - (in the CMS, this is a "blocks" section - a list of content blocks)

Content Blocks
[ ] Weston to add more here.

Front end feature screenshots

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@wwwwwlwwwww wwwwwlwwwww added enhancement New feature or request triage An issue needs further analysis by a team member labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage An issue needs further analysis by a team member
Projects
None yet
Development

No branches or pull requests

2 participants