You are here

field.storage.font.field_fallback.yml in Open Social 8.6

modules/custom/social_font/config/install/field.storage.font.field_fallback.yml

File

modules/custom/social_font/config/install/field.storage.font.field_fallback.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - social_font
  7. id: font.field_fallback
  8. field_name: field_fallback
  9. entity_type: font
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: '0'
  15. label: serif
  16. -
  17. value: '1'
  18. label: sans-serif
  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