You are here

photos.schema.yml in Album Photos 8.5

config/schema/photos.schema.yml

File

config/schema/photos.schema.yml
View source
  1. # Schema for the configuration files of the photos module.
  2. photos.settings:
  3. type: config_object
  4. label: 'Photos settings'
  5. mapping:
  6. album_link_override:
  7. type: string
  8. label: 'Override default album link with a view.'
  9. multi_upload_default_field:
  10. type: string
  11. label: 'Multi-upload field.'
  12. node_field_album_photos_list_view:
  13. type: string
  14. label: 'Default view for album photos list field on photos node.'
  15. photos_access_photos:
  16. type: boolean
  17. label: 'Enable photos access.'
  18. photos_additional_sizes:
  19. type: integer
  20. label: 'Number of sizes to select from.'
  21. photos_album_column_count:
  22. type: integer
  23. label: 'Number of columns in album grid view.'
  24. photos_album_display_type:
  25. type: string
  26. label: 'Album display type, list or grid.'
  27. photos_clean_title:
  28. type: boolean
  29. label: 'Clean filenames when used as image title.'
  30. photos_cover_imagesize:
  31. type: string
  32. label: 'Default cover image size.'
  33. photos_display_colorbox_max_height:
  34. type: integer
  35. label: 'Default max height for colorbox galleries.'
  36. photos_display_colorbox_max_width:
  37. type: integer
  38. label: 'Default max width for colorbox galleries.'
  39. photos_display_full_imagesize:
  40. type: string
  41. label: 'Default full view image size.'
  42. photos_display_full_viewnum:
  43. type: integer
  44. label: 'Default number of thumbnails to display on full node view.'
  45. photos_display_imageorder:
  46. type: string
  47. label: 'Default image order.'
  48. photos_display_list_imagesize:
  49. type: string
  50. label: 'Default image style on album list view.'
  51. photos_display_page_display:
  52. type: integer
  53. label: 'Type of display on node full view.'
  54. photos_display_page_user:
  55. type: boolean
  56. label: 'Allow user to edit node page settings.'
  57. photos_display_teaser_display:
  58. type: integer
  59. label: 'Type of display on node teaser view.'
  60. photos_display_teaser_imagesize:
  61. type: string
  62. label: 'Default image style for node teaser view.'
  63. photos_display_teaser_user:
  64. type: boolean
  65. label: 'Allow user to edit teaser settings.'
  66. photos_display_teaser_viewnum:
  67. type: integer
  68. label: 'Default number of thumbnails to display on teaser node view.'
  69. photos_display_user:
  70. type: boolean
  71. label: 'Allow user to edit individual album settings.'
  72. photos_display_view_imagesize:
  73. type: string
  74. label: 'Default image style for album view.'
  75. photos_display_viewpager:
  76. type: integer
  77. label: 'Number of images to display on album page.'
  78. photos_image_count:
  79. type: boolean
  80. label: 'Enable image count.'
  81. photos_legacy_view_mode:
  82. type: boolean
  83. label: 'Enable legacy view mode.'
  84. photos_num:
  85. type: integer
  86. label: 'Number of fields on the classic upload form.'
  87. photos_pager_imagesize:
  88. type: string
  89. label: 'Image style for photo information block pager.'
  90. photos_plupload_status:
  91. type: boolean
  92. label: 'Enable plupload module integration.'
  93. photos_size:
  94. type: sequence
  95. label: 'Image style options available in album node settings.'
  96. sequence:
  97. type: string
  98. label: 'Image style.'
  99. photos_size_max:
  100. type: string
  101. label: 'Maximum image dimensions.'
  102. photos_upzip:
  103. type: boolean
  104. label: 'Enable zip file upload.'
  105. photos_user_count_cron:
  106. type: boolean
  107. label: 'Enable image count during cron.'
  108. photos_pnum_authenticated:
  109. type: integer
  110. label: 'Default number of albums allowed for authenticated users.'
  111. photos_pnum_administrator:
  112. type: integer
  113. label: 'Default number of albums allowed for administrator users.'
  114. user_albums_link_override:
  115. type: string
  116. label: 'Override default user albums view.'
  117. user_images_link_override:
  118. type: string
  119. label: 'Override default user images view.'
  120. view_mode_rearrange_album_page:
  121. type: string
  122. label: 'The view mode to use for images on this page.'
  123. view_mode_rearrange_image_page:
  124. type: string
  125. label: 'The view mode to use for images on this page.'
  126. field.formatter.settings.photos_album:
  127. type: mapping
  128. label: 'Photos album display type.'
  129. mapping:
  130. photos_display_type:
  131. type: string
  132. label: 'Display type'
  133. field.formatter.settings.photos_image:
  134. type: mapping
  135. label: 'Photos image display type.'
  136. mapping:
  137. image_link:
  138. type: string
  139. label: 'Link image to'
  140. image_style:
  141. type: string
  142. label: 'Image style'
  143. field.formatter.settings.photos_image_media:
  144. type: mapping
  145. label: 'Photos image media display type.'
  146. mapping:
  147. image_link:
  148. type: string
  149. label: 'Link image to'
  150. image_style:
  151. type: string
  152. label: 'Image style'