You are here

field.storage.paragraph.bp_slide_interval.yml in Varbase Bootstrap Paragraphs 8.7

config/optional/field.storage.paragraph.bp_slide_interval.yml

File

config/optional/field.storage.paragraph.bp_slide_interval.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - paragraphs
  7. id: paragraph.bp_slide_interval
  8. field_name: bp_slide_interval
  9. entity_type: paragraph
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: 'false'
  15. label: None
  16. -
  17. value: '1000'
  18. label: '1 Second'
  19. -
  20. value: '2000'
  21. label: '2 Seconds'
  22. -
  23. value: '3000'
  24. label: '3 Seconds'
  25. -
  26. value: '4000'
  27. label: '4 Seconds'
  28. -
  29. value: '5000'
  30. label: '5 Seconds'
  31. -
  32. value: '6000'
  33. label: '6 Seconds'
  34. -
  35. value: '7000'
  36. label: '7 Seconds'
  37. allowed_values_function: ''
  38. module: options
  39. locked: false
  40. cardinality: 1
  41. translatable: true
  42. indexes: { }
  43. persist_with_no_fields: false
  44. custom_storage: false