You are here

field.storage.block_content.field_sorting.yml in Open Social 8.7

modules/social_features/social_content_block/config/install/field.storage.block_content.field_sorting.yml

File

modules/social_features/social_content_block/config/install/field.storage.block_content.field_sorting.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - block_content
  6. - options
  7. id: block_content.field_sorting
  8. field_name: field_sorting
  9. entity_type: block_content
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: created
  15. label: 'Creation date'
  16. -
  17. value: changed
  18. label: 'Last updated'
  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