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
Ability to somehow specify the hierarchy of content types and entries to be rendered.
Probably by creating a special content type in Contentful for specifying this structure.
Resulting output would be:
index.html
mypagename/index.html
myotherpagename/index.html
BONUS:
Ability to specify a specific entry OR a content type in the hierarchy.
Resulting output would be:
index.html
mypagename/index.html
myentries/entry1/index.html
myentries/entry2/index.html
myentries/entry3/index.html
The text was updated successfully, but these errors were encountered:
Ability to somehow specify the hierarchy of content types and entries to be rendered.
Probably by creating a special content type in Contentful for specifying this structure.
Resulting output would be:
BONUS:
Ability to specify a specific entry OR a content type in the hierarchy.
Resulting output would be:
The text was updated successfully, but these errors were encountered: