apostrophe-sections

Allows pages to contain multiple titled sections accessible via internal tabs, and permits users to add and remove sections freely.

Usage no npm install needed!

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

README

apostrophe-sections

DEPRECATED

This module is deprecated for new projects and is not compatible with A2 0.5. We recommend apostrophe-blocks or apostrophe-schema-widgets, depending on your needs. If you need to build navigation from blocks or schema widgets you can do so using browser-side javascript, and these techniques are much more flexible.

Overview

Support for pages that are split into multiple sections, accessible via scrolling but also via tabs. There is support for adding, removing, reordering and re-titling sections conveniently. Entire sections may be dragged and dropped to reorder the sections.

Current status: deprecated, see above.