BIG REFACTORING using composer create-project drupal-composer/drupal-project
This commit is contained in:
51
config/sync/field.storage.node.field_famille.yml
Normal file
51
config/sync/field.storage.node.field_famille.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
uuid: 7f1420be-6967-465b-8901-27d7d83488db
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- options
|
||||
id: node.field_famille
|
||||
field_name: field_famille
|
||||
entity_type: node
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: W
|
||||
label: 'Bois (W)'
|
||||
-
|
||||
value: T
|
||||
label: 'Textile (T)'
|
||||
-
|
||||
value: R
|
||||
label: 'Plastique (R)'
|
||||
-
|
||||
value: P
|
||||
label: 'Papier (P)'
|
||||
-
|
||||
value: C
|
||||
label: 'Composite (C)'
|
||||
-
|
||||
value: M
|
||||
label: 'Métal (M)'
|
||||
-
|
||||
value: F
|
||||
label: 'Céramique (F)'
|
||||
-
|
||||
value: G
|
||||
label: 'Verre (G)'
|
||||
-
|
||||
value: S
|
||||
label: 'Béton/Pierre (S)'
|
||||
-
|
||||
value: O
|
||||
label: 'Autre (O)'
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Reference in New Issue
Block a user