Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal8 / modules / behat_test / config / install / field.storage.node.field_post_select.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - node
6     - options
7 id: node.field_post_select
8 field_name: field_post_select
9 entity_type: node
10 type: list_string
11 settings:
12   allowed_values:
13     -
14       value: '1'
15       label: One
16     -
17       value: '2'
18       label: Two
19     -
20       value: '3'
21       label: Three
22   allowed_values_function: ''
23 module: options
24 locked: false
25 cardinality: 1
26 translatable: true
27 indexes: {  }
28 persist_with_no_fields: false