Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / pathauto / config / schema / pathauto.schema.yml
1 pathauto.settings:
2   type: config_object
3   mapping:
4     enabled_entity_types:
5       label: Enabled entity types
6       type: sequence
7       sequence:
8         type: string
9     punctuation:
10       type: sequence
11       sequence:
12         type: integer
13     verbose:
14       type: boolean
15     separator:
16       type: string
17     max_length:
18       type: integer
19     max_component_length:
20       type: integer
21     transliterate:
22       type: boolean
23     reduce_ascii:
24       type: boolean
25     ignore_words:
26       type: string
27     case:
28       type: boolean
29     ignore_words:
30       type: string
31     update_action:
32       type: integer
33
34 action.configuration.pathauto_update_alias:
35   type: action_configuration_default
36   label: 'Update URL alias'