Condition Field
981 sites
Security covered
The condition_field module adds a field type that allows you to attach condition plugins to any entity. This enables you to define and manage conditions for entities, which can then be used to control their visibility or behavior.
This module provides a field type to be able to add the Condition Plugin interface to any fieldable entity.
It also provides a class to query the data, but in order to use the values, additional code or modules (that depend on this module) are required.
Example usage:
The field can be added to paragraph bundles, and then additional code can handle the visibility of the paragraph entity based on the values of this field.