You are here

photos.schema.yml in Album Photos 8.4

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. photos_access_photos:
  7. type: boolean
  8. label: 'Enable photos access.'
  9. photos_additional_sizes:
  10. type: integer
  11. label: 'Number of sizes to select from.'
  12. photos_album_column_count:
  13. type: integer
  14. label: 'Number of columns in album grid view.'
  15. photos_album_display_type:
  16. type: string
  17. label: 'Album display type, list or grid.'
  18. photos_comment:
  19. type: boolean
  20. label: 'Enable comment form.'
  21. photos_cover_imagesize:
  22. type: string
  23. label: 'Default cover image size.'
  24. photos_display_colorbox_max_height:
  25. type: integer
  26. label: 'Default max height for colorbox galleries.'
  27. photos_display_colorbox_max_width:
  28. type: integer
  29. label: 'Default max width for colorbox galleries.'
  30. photos_display_full_imagesize:
  31. type: string
  32. label: 'Default full view image size.'
  33. photos_display_full_viewnum:
  34. type: integer
  35. label: 'Default number of thumbnails to display on full node view.'
  36. photos_display_imageorder:
  37. type: string
  38. label: 'Default image order.'
  39. photos_display_list_imagesize:
  40. type: string
  41. label: 'Default image style on album list view.'
  42. photos_display_page_display:
  43. type: integer
  44. label: 'Type of display on node full view.'
  45. photos_display_page_user:
  46. type: boolean
  47. label: 'Allow user to edit node page settings.'
  48. photos_display_teaser_display:
  49. type: integer
  50. label: 'Type of display on node teaser view.'
  51. photos_display_teaser_imagesize:
  52. type: string
  53. label: 'Default image style for node teaser view.'
  54. photos_display_teaser_user:
  55. type: boolean
  56. label: 'Allow user to edit teaser settings.'
  57. photos_display_teaser_viewnum:
  58. type: integer
  59. label: 'Default number of thumbnails to display on teaser node view.'
  60. photos_display_user:
  61. type: boolean
  62. label: 'Allow user to edit individual album settings.'
  63. photos_display_view_imagesize:
  64. type: string
  65. label: 'Default image style for album view.'
  66. photos_display_viewpager:
  67. type: integer
  68. label: 'Number of images to display on album page.'
  69. photos_exif:
  70. type: boolean
  71. label: 'Enable image exif data.'
  72. photos_exif_cache:
  73. type: boolean
  74. label: 'Cache image exif data.'
  75. photos_image_count:
  76. type: boolean
  77. label: 'Enable image count.'
  78. photos_num:
  79. type: integer
  80. label: 'Number of fields on the classic upload form.'
  81. photos_pager_imagesize:
  82. type: string
  83. label: 'Image style for photo information block pager.'
  84. photos_path:
  85. type: string
  86. label: 'Default image upload directory.'
  87. photos_plupload_status:
  88. type: boolean
  89. label: 'Enable plupload module integration.'
  90. photos_private_file_styles:
  91. type: string
  92. label: 'Private image style setting.'
  93. photos_rname:
  94. type: boolean
  95. label: 'Enable image file renaming feature.'
  96. photos_size:
  97. type: sequence
  98. label: 'Image style options available in album node settings.'
  99. sequence:
  100. type: string
  101. label: 'Image style.'
  102. photos_size_max:
  103. type: string
  104. label: 'Maximum image dimensions.'
  105. photos_upzip:
  106. type: boolean
  107. label: 'Enable zip file upload.'
  108. photos_user_count_cron:
  109. type: boolean
  110. label: 'Enable image count during cron.'
  111. photos_pnum_authenticated:
  112. type: integer
  113. label: 'Default number of albums allowed for authenticated users.'
  114. photos_pnum_administrator:
  115. type: integer
  116. label: 'Default number of albums allowed for administrator users.'