My use of pagemod results in the same Bureaucracy form and <pagemod>...</pagemod> block having to exist in every page within a namespace. This makes it a lot of work to apply updates to the form/pagemod block in all pages.
I managed to store the Bureaucracy form in a hidden page and include it using plugin:templater, but plugin:templater and pagemod does not seem to work together (neither including entire ... block with plugin:templater, nor just its content works).
I would like to either have that combination work, or having an option for the pagemod block to come from another page, for example adding a param src=<page>, so it would look like this:
<pagemod pagemod_id add_before src=namespace:pagename>
My use of pagemod results in the same Bureaucracy form and
<pagemod>...</pagemod>block having to exist in every page within a namespace. This makes it a lot of work to apply updates to the form/pagemod block in all pages.I managed to store the Bureaucracy form in a hidden page and include it using plugin:templater, but plugin:templater and pagemod does not seem to work together (neither including entire ... block with plugin:templater, nor just its content works).
I would like to either have that combination work, or having an option for the pagemod block to come from another page, for example adding a param
src=<page>, so it would look like this:<pagemod pagemod_id add_before src=namespace:pagename>