personacontent-8.x-2.x-dev/config/install/field.storage.paragraph.field_operator.yml
config/install/field.storage.paragraph.field_operator.yml
langcode: en
status: true
dependencies:
module:
- options
- paragraphs
id: paragraph.field_operator
field_name: field_operator
entity_type: paragraph
type: list_string
settings:
allowed_values:
-
value: '='
label: 'Is equal to'
-
value: contains
label: Contains
-
value: starts
label: 'Starts with'
-
value: ends
label: 'Ends with'
-
value: regular_expression
label: 'Regular expression'
-
value: empty
label: 'Is empty'
allowed_values_function: ''
module: options
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
