apostrophe-story-widgets

This is a test package to test out creating reusable widget modules for ApostropheCMS

Usage no npm install needed!

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

README

Apostrophe story widget 🚧

Installation

npm install apostrophe-story-widgets

Use as a widget

You can use apostrophe-link-widgets as you would any widget in ApostropheCMS.

Here's an example of a singleton:

{{ apos.singleton(data.page, 'link', 'apostrophe-story') }}