anonymous_publishing_cl.schema.yml in Anonymous Publishing 8
modules/anonymous_publishing_cl/config/schema/anonymous_publishing_cl.schema.yml
File
modules/anonymous_publishing_cl/config/schema/anonymous_publishing_cl.schema.ymlView source
- anonymous_publishing_cl.settings:
- type: config_object
- label: 'Settings'
- mapping:
- allowed_content_types:
- type: sequence
- label: 'Content types where anonymous publishing is managed.'
- sequence:
- label: 'Content type'
- type: string
- general_options:
- type: mapping
- label: 'General options for anonymous publishing CL sub-module.'
- mapping:
- sactivate:
- type: boolean
- label: 'Allow self-activation.'
- sactstick:
- type: boolean
- label: 'Make self-activation sticky'
- sactcomm:
- type: boolean
- label: 'Skip comment approval'
- modmail:
- type: boolean
- label: 'Send email to administrator when anonymous content is created'
- blockip:
- type: boolean
- label: 'Use IP-address for blocking'
- aregist:
- type: boolean
- label: 'Allow registered emails to be used for anonymous posts'
- retain_period:
- type: integer
- label: 'Period of persistency for the email + ip'
- verification_persistency:
- type: string
- label: 'Verification of email address persistency'
- user_alias:
- type: string
- label: 'To whom should anonymous postings be attributed'
- byline_guidance:
- type: string
- label: 'Guidelines for the byline setting'
- notification_email_destination:
- type: string
- label: 'Email notification destination'
- email_weight:
- type: integer
- label: 'Verification email address field weight'
- autodelhours:
- type: integer
- label: 'Number of hours to retain unverified anonymous posts before auto-deletions removes them.'
- flood_limit:
- type: integer
- label: 'Number of anonymous posts allowed from a single user email/ip allowed within an hour.'
-
- anonymous_publishing_cl.mail:
- type: config_object
- label: 'Mail settings'
- mapping:
- email_subject_active:
- type: string
- label: 'Notification email subject (activate content)'
- email_subject_verify:
- type: string
- label: 'Notification email subject (verify content)'
- email_introduction:
- type: string
- label: 'Email introduction'
- email_activate:
- type: string
- label: 'Text to include if auto-deletion is enabled'
- email_verify:
- type: string
- label: 'Text to include when administrator approval is mandatory'
- email_admin_subject:
- type: string
- label: 'Admin notification email subject'
- email_admin_body:
- type: string
- label: 'Admin notification email body'