apostrophe-fancy-page

A superclass for modules that enhance "regular pages" in the Apostrophe CMS with custom page settings, loader functions, dispatcher, etc.

Usage no npm install needed!

<script type="module">
  import apostropheFancyPage from 'https://cdn.skypack.dev/apostrophe-fancy-page';
</script>

README

apostrophe-fancy-page

This module lets you add custom properties to "regular pages" on your Apostrophe CMS site. With this module, a page can have subpages and yet also have custom properties in the page settings dialog, including "joins" with other page types and snippet types, without writing extra JavaScript code.

See the Apostrophe documentation: fancy pages for details.