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
The child_type: frontmatter option is an admin-specific option that you can set via the Overrides, and the intention is to all you to set a default child type in the parent page. For example, in blog.md you could set this item and then when creating a new page under blog, it should automatically be set to item.
Currently this is being overridden by the new page modal. The new page modal is forcing a type to be set and is not taking into account the parent type. When the parent field is changed in this new page modal, the Page::childType() should be checked (or this should be checked while building the parent select), and then the value of the template should be changed according if a value is found for that parent.
The text was updated successfully, but these errors were encountered:
The
child_type:
frontmatter option is an admin-specific option that you can set via the Overrides, and the intention is to all you to set a default child type in the parent page. For example, inblog.md
you could set thisitem
and then when creating a new page under blog, it should automatically be set toitem
.Currently this is being overridden by the new page modal. The new page modal is forcing a type to be set and is not taking into account the parent type. When the parent field is changed in this new page modal, the
Page::childType()
should be checked (or this should be checked while building the parent select), and then the value of the template should be changed according if a value is found for that parent.The text was updated successfully, but these errors were encountered: