You are here

field.storage.block_content.field_event_date.yml in Open Social 10.1.x

modules/social_features/social_content_block/modules/social_event_content_block/config/install/field.storage.block_content.field_event_date.yml

File

modules/social_features/social_content_block/modules/social_event_content_block/config/install/field.storage.block_content.field_event_date.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - block_content
  6. - options
  7. id: block_content.field_event_date
  8. field_name: field_event_date
  9. entity_type: block_content
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: future
  15. label: 'Future Events'
  16. -
  17. value: past
  18. label: 'Past Events'
  19. -
  20. value: last_month
  21. label: 'Last Month'
  22. -
  23. value: current_month
  24. label: 'This month'
  25. -
  26. value: next_month
  27. label: 'Next month'
  28. -
  29. value: ongoing
  30. label: 'Ongoing'
  31. -
  32. value: last_30
  33. label: 'Last 30 days'
  34. -
  35. value: next_30
  36. label: 'Next 30 days'
  37. -
  38. value: last_14
  39. label: 'Last 14 days'
  40. -
  41. value: next_14
  42. label: 'Next 14 days'
  43. -
  44. value: last_7
  45. label: 'Last 7 days'
  46. -
  47. value: next_7
  48. label: 'Next 7 days'
  49. allowed_values_function: ''
  50. module: options
  51. locked: false
  52. cardinality: 1
  53. translatable: true
  54. indexes: { }
  55. persist_with_no_fields: false
  56. custom_storage: false