You are here

protected_pages.schema.yml in Protected Pages 8

config/schema/protected_pages.schema.yml

File

config/schema/protected_pages.schema.yml
View source
  1. protected_pages.settings:
  2. type: config_object
  3. translatable: true
  4. label: 'Settings'
  5. mapping:
  6. password:
  7. type: config_object
  8. mapping:
  9. per_page_or_global:
  10. type: string
  11. label: 'Global password setting'
  12. global_password:
  13. type: config_object
  14. label: 'Global password'
  15. mapping:
  16. pass1:
  17. type: string
  18. label: 'Password'
  19. pass2:
  20. type: string
  21. label: 'Confirm password'
  22. protected_pages_session_expire_time:
  23. type: string
  24. label: 'Session expire time'
  25. email:
  26. label: 'Email settings'
  27. type: mapping
  28. mapping:
  29. subject:
  30. label: 'Subject'
  31. type: text
  32. body:
  33. label: 'Message'
  34. type: text
  35. others:
  36. label: 'Other settings'
  37. type: mapping
  38. mapping:
  39. protected_pages_title:
  40. label: 'Protected Pages title'
  41. type: text
  42. protected_pages_description:
  43. label: 'Protected Pages description'
  44. type: text
  45. protected_pages_password_fieldset_legend:
  46. label: 'Protected Pages password fieldset legend'
  47. type: text
  48. protected_pages_password_label:
  49. label: 'Protected Pages password label'
  50. type: text
  51. protected_pages_submit_button_text:
  52. label: 'Protected Pages submit button text'
  53. type: text
  54. protected_pages_incorrect_password_msg:
  55. label: 'Protected Pages password message'
  56. type: text
  57. langcode:
  58. type: string
  59. label: 'Language code'