Livewire Field
No security coverage
This module adds a new field type that allows content editors to select and attach Wire components to content entities like nodes or paragraphs. This enables dynamic content and layouts using the Wire architecture.
๐งพ 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.