You are here

diba_carousel.schema.yml in Diba carousel slider 8

config/schema/diba_carousel.schema.yml

File

config/schema/diba_carousel.schema.yml
View source
  1. block.settings.diba_carousel:
  2. type: block_settings
  3. label: 'Diba carousel slider block.'
  4. mapping:
  5. entity_selected:
  6. type: string
  7. label: 'Entity type'
  8. content_types:
  9. type: sequence
  10. label: 'Content types'
  11. nullable: true
  12. sequence:
  13. type: string
  14. label: 'Content type'
  15. publishing_options:
  16. type: sequence
  17. label: 'Publishing options'
  18. nullable: true
  19. sequence:
  20. type: string
  21. label: 'Publishing option'
  22. skip_content_without_image:
  23. type: boolean
  24. label: 'Skip content without image'
  25. image:
  26. type: string
  27. label: 'Image field'
  28. title:
  29. type: string
  30. label: 'Title field'
  31. image_style:
  32. type: string
  33. lable: 'Image style'
  34. url:
  35. type: string
  36. label: 'Link field'
  37. description:
  38. type: string
  39. label: 'Description field'
  40. description_allow_html:
  41. type: boolean
  42. label: 'Allow html description'
  43. description_see_more_link:
  44. type: boolean
  45. label: 'Add see more link and the end of description'
  46. description_truncate:
  47. type: integer
  48. label: 'Maximum number of characters in description field'
  49. order_field:
  50. type: string
  51. label: 'Order by'
  52. order_direction:
  53. type: string
  54. label: 'Order direction'
  55. limit:
  56. type: integer
  57. label: 'Max number of elements'
  58. filter_by_field:
  59. type: string
  60. label: 'Filter by field'
  61. filter_by_field_value:
  62. type: string
  63. label: 'Field value for filter field'
  64. carousel_style:
  65. type: string
  66. label: 'Carousel layout style'
  67. more_link:
  68. type: url
  69. label: 'More link'
  70. more_link_text:
  71. type: string
  72. label: 'More link text'
  73. data_interval:
  74. type: string
  75. label: 'The amount of time to delay between automatically cycling an item'