livewire_field
No security coverage
๐งพ About this Module
The Livewire Field module provides a custom field type that allows content entities to reference Wire component plugins.
It integrates with the wire-drupal/wire library, letting editors dynamically select and attach Wire-based components to nodes, paragraphs, or any other fieldable entity.
๐ก Use Cases
- Allow editors to choose from a predefined list of livewire components.
- Enable component-based layouts and dynamic rendering patterns using the Wire architecture.
๐ Usage
- Add the Wire Component field to any content entity (node, paragraph, etc.).
- In the field settings, select which WireComponent plugins should be available for editors to choose from.
- Use the field in your content to inject dynamic, configurable frontend behavior powered by Wire.