You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created this ticket because it's an action we need to do, and it also serves as the "finish line" for the work related to having schemas drive the system.
I did a round of testing. Created #178 and I believe schema is driving all aspects of frontend and backend correctly now.
Here is how I tested it:
I created a test.json under schema/subjects directory with the following content:
{
"title": "Page-two",
"slug": "page-two",
"fields": {
"title": {
"description": "The title of the page2",
"type": "text"
},
"content": {
"description": "The body of the page2",
"type": "html"
}
}
}
Test cases:
schemas/subjects/
and make sure everything worksThe text was updated successfully, but these errors were encountered: