pushword/snippet

Reusable, editor-owned content fragments and dev-registered components for Pushword CMS.

Maintainers

Package info

github.com/Pushword/snippet

Homepage

Type:symfony-bundle

pkg:composer/pushword/snippet

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0-rc618 2026-05-25 06:53 UTC

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