You are here

lang_dropdown.schema.yml in Language Switcher Dropdown 8.2

config/schema/lang_dropdown.schema.yml

File

config/schema/lang_dropdown.schema.yml
View source
  1. block.settings.language_dropdown_block:*:
  2. type: block_settings
  3. label: 'Language dropdown block'
  4. mapping:
  5. showall:
  6. type: boolean
  7. label: 'Show all enabled languages'
  8. tohome:
  9. type: boolean
  10. label: 'Redirect to home on switch'
  11. width:
  12. type: integer
  13. label: 'Width of dropdown element'
  14. display:
  15. type: integer
  16. label: 'Display format'
  17. widget:
  18. type: integer
  19. label: 'Output type'
  20. msdropdown:
  21. type: mapping
  22. mapping:
  23. visible_rows:
  24. type: integer
  25. label: 'Maximum number of visible rows'
  26. rounded:
  27. type: boolean
  28. label: 'Rounded corners'
  29. animation:
  30. type: string
  31. label: 'Animation style for dropdown'
  32. event:
  33. type: string
  34. label: 'Event that opens the menu'
  35. skin:
  36. type: string
  37. label: Skin
  38. custom_skin:
  39. type: string
  40. label: 'Custom skin name'
  41. chosen:
  42. type: mapping
  43. mapping:
  44. disable_search:
  45. type: boolean
  46. label: 'Disable search box'
  47. no_results_text:
  48. type: label
  49. label: 'No language match'
  50. ddslick:
  51. type: mapping
  52. mapping:
  53. ddslick_height:
  54. type: integer
  55. label: Height
  56. showSelectedHTML:
  57. type: boolean
  58. label: 'Show Flag'
  59. imagePosition:
  60. type: string
  61. label: 'Flag Position'
  62. skin:
  63. type: string
  64. label: Skin
  65. custom_skin:
  66. type: string
  67. label: 'Custom skin name'
  68. languageicons:
  69. type: mapping
  70. mapping:
  71. flag_position:
  72. type: integer
  73. label: 'Position of the flag when the dropdown is show just as a select'
  74. hidden_languages:
  75. type: sequence
  76. label: 'Languages to hide for role'
  77. sequence:
  78. type: sequence
  79. label: Role
  80. sequence:
  81. type: string
  82. label: 'Language code'