a few more base modules

This commit is contained in:
Bachir Soussi Chiadmi
2016-09-06 16:05:07 +02:00
parent c6cff46234
commit 027aa99b32
455 changed files with 43606 additions and 0 deletions
@@ -0,0 +1,8 @@
extlink_target: 0
extlink_subdomains: 1
extlink_alert: 0
extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.'
extlink_exclude: ''
extlink_include: ''
extlink_class: 'ext'
extlink_mailto_class: 'mailto'
@@ -0,0 +1,40 @@
# Schema for the configuration files of the exlink module.
extlink.settings:
type: mapping
label: 'External Links Settings'
mapping:
extlink_target:
type: boolean
label: 'Open external links in a new window'
extlink_subdomains:
type: boolean
label: 'Consider subdomains internal'
extlink_alert:
type: boolean
label: 'Enable Pop-up warnings'
extlink_alert_text:
type: string
label: 'Message to display when Pop-up warning is shown'
extlink_exclude:
type: string
label: 'Exclude links matching the pattern'
extlink_include:
type: string
label: 'Include links matching the pattern'
extlink_class:
type: string
label: 'Add icon to external links'
extlink_img_class:
type: boolean
label: 'Treat images wrapped in an anchor tag as external links'
extlink_css_exclude:
type: string
label: 'Comma-separated list of CSS selectors to exclude'
extlink_css_explicit:
type: string
label: 'Comma-separated list of CSS selectors to include'
extlink_mailto_class:
type: string
label: 'Add icon to mailto links'