You are here

field.storage.group.field_learning_path_visibility.yml in Opigno Learning path 8

config/install/field.storage.group.field_learning_path_visibility.yml

File

config/install/field.storage.group.field_learning_path_visibility.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - group
  6. - options
  7. id: group.field_learning_path_visibility
  8. field_name: field_learning_path_visibility
  9. entity_type: group
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: public
  15. label: Public
  16. -
  17. value: semiprivate
  18. label: Semi-private
  19. -
  20. value: private
  21. label: Private
  22. allowed_values_function: ''
  23. module: options
  24. locked: false
  25. cardinality: 1
  26. translatable: true
  27. indexes: { }
  28. persist_with_no_fields: false
  29. custom_storage: false