Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config / tests / config_test / config / schema / config_test.schema.yml
index c25a577976fa5f7530549c4549845c2537e1e6e1..a6f3550c1a98ff602a51513f652dc20adf220e16 100644 (file)
@@ -158,6 +158,14 @@ config_test.foo:
 config_test.bar:
   type: config_test.foo
 
+system.action.*.third_party.config_test:
+  type: mapping
+  label: 'Third party setting for action entity'
+  mapping:
+    integer:
+      type: integer
+      label: 'Integer'
+
 config_test.validation:
   type: config_object
   label: 'Configuration type'