Fix Page Render on render flag check in theme json #60
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a
render
attribute in the theme.json file that describes a theme that toggles if the system should render all pagestrue
or just the index for one pagesfalse
When the flag is set to
true
, no pages are being rendered because the commands that tell the system to render pages are not present. Ha, needless to say, they should be.This has been fixed in dev. Once it's been verified in the production banch, this will be closed.