Chris@0
|
1 # Schema for the configuration files of the text module.
|
Chris@0
|
2
|
Chris@0
|
3 text.settings:
|
Chris@0
|
4 type: config_object
|
Chris@0
|
5 label: 'Text settings'
|
Chris@0
|
6 mapping:
|
Chris@0
|
7 default_summary_length:
|
Chris@0
|
8 type: integer
|
Chris@0
|
9 label: 'Default summary length'
|
Chris@0
|
10
|
Chris@0
|
11 field.storage_settings.text:
|
Chris@0
|
12 type: mapping
|
Chris@0
|
13 label: 'Text (formatted) settings'
|
Chris@0
|
14 mapping:
|
Chris@0
|
15 max_length:
|
Chris@0
|
16 type: integer
|
Chris@0
|
17 label: 'Maximum length'
|
Chris@0
|
18
|
Chris@0
|
19 field.field_settings.text:
|
Chris@0
|
20 type: mapping
|
Chris@0
|
21 label: 'Text (formatted) settings'
|
Chris@0
|
22
|
Chris@0
|
23 field.value.text:
|
Chris@0
|
24 type: mapping
|
Chris@0
|
25 label: 'Default value'
|
Chris@0
|
26 mapping:
|
Chris@0
|
27 value:
|
Chris@0
|
28 type: label
|
Chris@0
|
29 label: 'Value'
|
Chris@0
|
30 format:
|
Chris@0
|
31 type: string
|
Chris@0
|
32 label: 'Text format'
|
Chris@0
|
33
|
Chris@0
|
34 field.storage_settings.text_long:
|
Chris@0
|
35 label: 'Text (formatted, long) settings'
|
Chris@0
|
36 type: mapping
|
Chris@0
|
37
|
Chris@0
|
38 field.field_settings.text_long:
|
Chris@0
|
39 label: 'Text (formatted, long) settings'
|
Chris@0
|
40 type: mapping
|
Chris@0
|
41
|
Chris@0
|
42 field.value.text_long:
|
Chris@0
|
43 type: mapping
|
Chris@0
|
44 label: 'Default value'
|
Chris@0
|
45 mapping:
|
Chris@0
|
46 value:
|
Chris@0
|
47 type: text
|
Chris@0
|
48 label: 'Value'
|
Chris@0
|
49 format:
|
Chris@0
|
50 type: string
|
Chris@0
|
51 label: 'Text format'
|
Chris@0
|
52
|
Chris@0
|
53 field.storage_settings.text_with_summary:
|
Chris@0
|
54 label: 'Text (formatted, long, with summary) settings'
|
Chris@0
|
55 type: mapping
|
Chris@0
|
56
|
Chris@0
|
57 field.field_settings.text_with_summary:
|
Chris@0
|
58 type: mapping
|
Chris@0
|
59 label: 'Text (formatted, long, with summary) settings'
|
Chris@0
|
60 mapping:
|
Chris@0
|
61 display_summary:
|
Chris@0
|
62 type: boolean
|
Chris@0
|
63 label: 'Summary input'
|
Chris@0
|
64
|
Chris@0
|
65 field.value.text_with_summary:
|
Chris@0
|
66 type: mapping
|
Chris@0
|
67 label: 'Default value'
|
Chris@0
|
68 mapping:
|
Chris@0
|
69 value:
|
Chris@0
|
70 type: text
|
Chris@0
|
71 label: 'Body'
|
Chris@0
|
72 summary:
|
Chris@0
|
73 type: string
|
Chris@0
|
74 label: 'Summary'
|
Chris@0
|
75 format:
|
Chris@0
|
76 type: string
|
Chris@0
|
77 label: 'Text format'
|
Chris@0
|
78
|
Chris@0
|
79 field.formatter.settings.text_default:
|
Chris@0
|
80 type: mapping
|
Chris@0
|
81 label: 'Formatted text default display format settings'
|
Chris@0
|
82
|
Chris@0
|
83 field.formatter.settings.text_summary_or_trimmed:
|
Chris@0
|
84 type: mapping
|
Chris@0
|
85 label: 'Summary or trimmed formatted text display format settings'
|
Chris@0
|
86 mapping:
|
Chris@0
|
87 trim_length:
|
Chris@0
|
88 type: integer
|
Chris@0
|
89 label: 'Trim length'
|
Chris@0
|
90
|
Chris@0
|
91 field.formatter.settings.text_trimmed:
|
Chris@0
|
92 type: mapping
|
Chris@0
|
93 label: 'Trimmed text display format settings'
|
Chris@0
|
94 mapping:
|
Chris@0
|
95 trim_length:
|
Chris@0
|
96 type: integer
|
Chris@0
|
97 label: 'Trim length'
|
Chris@0
|
98
|
Chris@0
|
99 field.widget.settings.text_textarea:
|
Chris@0
|
100 type: mapping
|
Chris@0
|
101 label: 'Text area (multiple rows) display format settings'
|
Chris@0
|
102 mapping:
|
Chris@0
|
103 rows:
|
Chris@0
|
104 type: integer
|
Chris@0
|
105 label: 'Rows'
|
Chris@0
|
106 placeholder:
|
Chris@0
|
107 type: label
|
Chris@0
|
108 label: 'Placeholder'
|
Chris@0
|
109
|
Chris@0
|
110 field.widget.settings.text_textarea_with_summary:
|
Chris@0
|
111 type: mapping
|
Chris@0
|
112 label: 'Text area with a summary display format settings'
|
Chris@0
|
113 mapping:
|
Chris@0
|
114 rows:
|
Chris@0
|
115 type: integer
|
Chris@0
|
116 label: 'Rows'
|
Chris@0
|
117 summary_rows:
|
Chris@0
|
118 type: integer
|
Chris@0
|
119 label: 'Number of summary rows'
|
Chris@0
|
120 placeholder:
|
Chris@0
|
121 type: label
|
Chris@0
|
122 label: 'Placeholder'
|
Chris@0
|
123
|
Chris@0
|
124 field.widget.settings.text_textfield:
|
Chris@0
|
125 type: mapping
|
Chris@0
|
126 label: 'Text field display format settings'
|
Chris@0
|
127 mapping:
|
Chris@0
|
128 size:
|
Chris@0
|
129 type: integer
|
Chris@0
|
130 label: 'Size of textfield'
|
Chris@0
|
131 placeholder:
|
Chris@0
|
132 type: label
|
Chris@0
|
133 label: 'Placeholder'
|