Browse Source

Merge branch 'master' of figureslibres.io:bachir/popsu-d9

armansansd 3 years ago
parent
commit
413c75c32b

+ 13 - 1
config/sync/field.field.node.projet.field_adresse.yml

@@ -23,7 +23,7 @@ default_value:
     locality: ''
     dependent_locality: null
     postal_code: ''
-    sorting_code: ''
+    sorting_code: null
     address_line1: ''
     address_line2: ''
     organization: null
@@ -43,7 +43,19 @@ settings:
       override: hidden
     organization:
       override: hidden
+    addressLine1:
+      override: optional
+    addressLine2:
+      override: optional
+    postalCode:
+      override: optional
     sortingCode:
       override: hidden
+    dependentLocality:
+      override: optional
+    locality:
+      override: optional
+    administrativeArea:
+      override: optional
   fields: {  }
 field_type: address

+ 1 - 0
config/sync/user.role.editeur.yml

@@ -12,6 +12,7 @@ permissions:
   - 'access files overview'
   - 'access site in maintenance mode'
   - 'access toolbar'
+  - 'administer nodes'
   - 'break content lock'
   - 'change own username'
   - 'create actualite content'