You are here

field.storage.group.field_group_allowed_join_method.yml in Open Social 10.3.x

modules/social_features/social_group/modules/social_group_flexible_group/config/install/field.storage.group.field_group_allowed_join_method.yml

File

modules/social_features/social_group/modules/social_group_flexible_group/config/install/field.storage.group.field_group_allowed_join_method.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - group
  6. - options
  7. id: group.field_group_allowed_join_method
  8. field_name: field_group_allowed_join_method
  9. entity_type: group
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: direct
  15. label: 'Join directly'
  16. -
  17. value: added
  18. label: 'Be added'
  19. allowed_values_function: ''
  20. module: options
  21. locked: false
  22. cardinality: -1
  23. translatable: true
  24. indexes: { }
  25. persist_with_no_fields: false
  26. custom_storage: false