|
@@ -5,6 +5,7 @@ dependencies:
|
|
|
config:
|
|
|
- field.field.node.reponse.field_avec
|
|
|
- field.field.node.reponse.field_besoin_on_reponses
|
|
|
+ - field.field.node.reponse.field_confidentialite
|
|
|
- field.field.node.reponse.field_ou
|
|
|
- field.field.node.reponse.field_qui
|
|
|
- field.field.node.reponse.field_quoi
|
|
@@ -13,6 +14,7 @@ dependencies:
|
|
|
- conditional_fields
|
|
|
- readonly_field_widget
|
|
|
- text
|
|
|
+ - workflow
|
|
|
id: node.reponse.default
|
|
|
targetEntityType: node
|
|
|
bundle: reponse
|
|
@@ -75,6 +77,12 @@ content:
|
|
|
link: false
|
|
|
show_description: false
|
|
|
third_party_settings: { }
|
|
|
+ field_confidentialite:
|
|
|
+ type: workflow_default
|
|
|
+ weight: 5
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
field_ou:
|
|
|
type: text_textarea
|
|
|
weight: 3
|