pushword / snippet
Reusable, editor-owned content fragments and dev-registered components for Pushword CMS.
1.0.0-rc618
2026-05-25 06:53 UTC
Requires
This package is auto-updated.
Last update: 2026-05-25 10:49:44 UTC
README
Editor-owned reusable content fragments and developer-registered components for Pushword, invoked from page content with a single Twig function:
{{ snippet('footer-note') }}
{{ snippet('cta', { title: 'Ready to start?', buttonText: 'Contact us' }) }}
See the documentation.
Install
composer require pushword/snippet php bin/console doctrine:schema:update --force