You are here

field.storage.node.field_status.yml in Workflows Field 8

tests/modules/workflows_field_test_workflows/config/install/field.storage.node.field_status.yml

File

tests/modules/workflows_field_test_workflows/config/install/field.storage.node.field_status.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - workflows.workflow.bureaucracy_workflow
  6. module:
  7. - node
  8. - workflows_field
  9. id: node.field_status
  10. field_name: field_status
  11. entity_type: node
  12. type: workflows_field_item
  13. settings:
  14. workflow: bureaucracy_workflow
  15. module: workflows_field
  16. locked: false
  17. cardinality: 1
  18. translatable: true
  19. indexes: { }
  20. persist_with_no_fields: false
  21. custom_storage: false