
| Current Path : /var/www/html/rocksensor1/web/core/modules/tour/config/schema/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/modules/tour/config/schema/tour.schema.yml |
# Schema for the configuration files of the Tour module.
tour.tour.*:
type: config_entity
label: 'Tour settings'
mapping:
id:
type: machine_name
label: 'ID'
constraints:
# Tour IDs also allow dashes.
Regex:
pattern: '/^[a-z0-9_-]+$/'
message: "The %value machine name is not valid."
label:
type: required_label
label: 'Label'
module:
type: string
label: 'Providing module'
routes:
type: sequence
label: 'Route settings'
sequence:
type: route
label: 'Route'
tips:
type: sequence
label: 'Tips'
sequence:
type: tour.tip.[plugin]
label: 'Tour tip'
tour.tip:
type: mapping
label: 'Tour tip'
mapping:
id:
type: string
label: 'ID'
plugin:
type: string
label: 'Plugin'
constraints:
PluginExists:
manager: plugin.manager.tour.tip
interface: '\Drupal\tour\TipPluginInterface'
label:
type: required_label
label: 'Label'
weight:
type: weight
label: 'Weight'
position:
type: string
label: 'Position'
selector:
type: string
label: 'Selector'
tour.tip.text:
type: tour.tip
label: 'Textual tour tip'
mapping:
body:
type: text
label: 'Body'