20 lines
542 B
YAML
Executable File
20 lines
542 B
YAML
Executable File
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.'
|