averay/extensible-blocks

Utilities for building a library with complex view block extension logic.

v0.1.0 2024-02-22 18:54 UTC

This package is auto-updated.

Last update: 2024-04-23 11:38:07 UTC


README

Utilities for building libraries with complex view block extension logic, based on the block extension functionality behind Symfony Forms and genericised to be configurable for different applications.

Libraries built with this can allow their consumers to customise rendering specific views directly within template by declaring blocks following specific patterns. See the Symfony Forms theming documentation for details on the concepts behind this library, and the examples for usage information.