You are here

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

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: 'Last created'
  16. -
  17. value: changed
  18. label: 'Last updated'
  19. -
  20. value: most_commented
  21. label: 'Most commented'
  22. -
  23. value: most_liked
  24. label: 'Most liked'
  25. -
  26. value: last_interacted
  27. label: 'Last interacted'
  28. -
  29. value: event_date
  30. label: 'Event date'
  31. allowed_values_function: ''
  32. module: options
  33. locked: false
  34. cardinality: 1
  35. translatable: true
  36. indexes: { }
  37. persist_with_no_fields: false
  38. custom_storage: false