Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / config / install / field.storage.node.field_difficulty.yml
diff --git a/web/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml b/web/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml
new file mode 100644 (file)
index 0000000..d8cbe89
--- /dev/null
@@ -0,0 +1,29 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - options
+id: node.field_difficulty
+field_name: field_difficulty
+entity_type: node
+type: list_string
+settings:
+  allowed_values:
+    -
+      value: easy
+      label: Easy
+    -
+      value: medium
+      label: Medium
+    -
+      value: hard
+      label: Hard
+  allowed_values_function: ''
+module: options
+locked: false
+cardinality: 1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false