addfolder

This commit is contained in:
2018-04-23 21:14:46 +02:00
parent cec9a0314b
commit a7cb972085
192 changed files with 16037 additions and 24 deletions
@@ -0,0 +1,5 @@
patterns: ''
default_width: 700
lightbox_class: ''
skip_admin_paths: true
renderer: 'drupal_modal'
+19
View File
@@ -0,0 +1,19 @@
ng_lightbox.settings:
type: config_object
label: 'NG Lightbox settings.'
mapping:
patterns:
type: string
label: 'The path patterns to try match.'
default_width:
type: integer
label: 'The default width of the lightbox.'
lightbox_class:
type: string
label: 'The custom class of the lightbox.'
skip_admin_paths:
type: boolean
label: 'Whether to disable the lightbox on admin pages.'
renderer:
type: string
label: 'The renderer used to launch a the lightbox.'