Chris@0
|
1 # Schema for the configuration files of the Comment module.
|
Chris@0
|
2
|
Chris@0
|
3 field.formatter.settings.comment_default:
|
Chris@0
|
4 type: mapping
|
Chris@0
|
5 label: 'Comment display format settings'
|
Chris@0
|
6 mapping:
|
Chris@0
|
7 view_mode:
|
Chris@0
|
8 type: string
|
Chris@0
|
9 label: 'The comment entity view mode to be used in this formatter'
|
Chris@0
|
10 pager_id:
|
Chris@0
|
11 type: integer
|
Chris@0
|
12 label: 'Pager ID'
|
Chris@0
|
13
|
Chris@0
|
14 field.widget.settings.comment_default:
|
Chris@0
|
15 type: mapping
|
Chris@0
|
16 label: 'Comment display format settings'
|
Chris@0
|
17
|
Chris@0
|
18 action.configuration.comment_publish_action:
|
Chris@0
|
19 type: action_configuration_default
|
Chris@0
|
20 label: 'Publish comment configuration'
|
Chris@0
|
21
|
Chris@0
|
22 action.configuration.comment_save_action:
|
Chris@0
|
23 type: action_configuration_default
|
Chris@0
|
24 label: 'Save comment configuration'
|
Chris@0
|
25
|
Chris@0
|
26 action.configuration.comment_unpublish_by_keyword_action:
|
Chris@0
|
27 type: mapping
|
Chris@0
|
28 label: 'Unpublish comment containing keyword(s) configuration'
|
Chris@0
|
29 mapping:
|
Chris@0
|
30 keywords:
|
Chris@0
|
31 type: sequence
|
Chris@0
|
32 label: 'Keywords'
|
Chris@0
|
33 sequence:
|
Chris@0
|
34 type: string
|
Chris@0
|
35 label: 'Keyword'
|
Chris@0
|
36
|
Chris@0
|
37 action.configuration.comment_unpublish_action:
|
Chris@0
|
38 type: action_configuration_default
|
Chris@0
|
39 label: 'Unpublish comment configuration'
|
Chris@0
|
40
|
Chris@0
|
41 action.configuration.comment_delete_action:
|
Chris@0
|
42 type: action_configuration_default
|
Chris@0
|
43 label: 'Delete comment configuration'
|
Chris@0
|
44
|
Chris@0
|
45 comment.type.*:
|
Chris@0
|
46 type: config_entity
|
Chris@0
|
47 label: 'Comment type settings'
|
Chris@0
|
48 mapping:
|
Chris@0
|
49 id:
|
Chris@0
|
50 type: string
|
Chris@0
|
51 label: 'ID'
|
Chris@0
|
52 label:
|
Chris@0
|
53 type: label
|
Chris@0
|
54 label: 'Label'
|
Chris@0
|
55 target_entity_type_id:
|
Chris@0
|
56 type: string
|
Chris@0
|
57 label: 'Target Entity Type ID'
|
Chris@0
|
58 description:
|
Chris@0
|
59 type: text
|
Chris@0
|
60 label: 'Description'
|
Chris@0
|
61
|
Chris@0
|
62 field.storage_settings.comment:
|
Chris@0
|
63 type: mapping
|
Chris@0
|
64 label: 'Comment settings'
|
Chris@0
|
65 mapping:
|
Chris@0
|
66 comment_type:
|
Chris@0
|
67 label: 'Comment type'
|
Chris@0
|
68 type: string
|
Chris@0
|
69
|
Chris@0
|
70 field.value.comment:
|
Chris@0
|
71 type: mapping
|
Chris@0
|
72 label: 'Default value'
|
Chris@0
|
73 mapping:
|
Chris@0
|
74 status:
|
Chris@0
|
75 type: integer
|
Chris@0
|
76 label: 'Comment status'
|
Chris@0
|
77 cid:
|
Chris@0
|
78 type: integer
|
Chris@0
|
79 label: 'Last comment ID'
|
Chris@0
|
80 last_comment_timestamp:
|
Chris@0
|
81 type: integer
|
Chris@0
|
82 label: 'Last comment timestamp'
|
Chris@0
|
83 last_comment_name:
|
Chris@0
|
84 type: integer
|
Chris@0
|
85 label: 'Last comment name'
|
Chris@0
|
86 last_comment_uid:
|
Chris@0
|
87 type: integer
|
Chris@0
|
88 label: 'Last comment user ID'
|
Chris@0
|
89 comment_count:
|
Chris@0
|
90 type: integer
|
Chris@0
|
91 label: 'Number of comments'
|
Chris@0
|
92
|
Chris@0
|
93 field.field_settings.comment:
|
Chris@0
|
94 type: mapping
|
Chris@0
|
95 label: 'Comment settings'
|
Chris@0
|
96 mapping:
|
Chris@0
|
97 default_mode:
|
Chris@0
|
98 type: integer
|
Chris@0
|
99 label: 'Threading'
|
Chris@0
|
100 per_page:
|
Chris@0
|
101 type: integer
|
Chris@0
|
102 label: 'Comments per page'
|
Chris@0
|
103 anonymous:
|
Chris@0
|
104 type: integer
|
Chris@0
|
105 label: 'Mode'
|
Chris@0
|
106 form_location:
|
Chris@0
|
107 type: boolean
|
Chris@0
|
108 label: ' Allow comment title'
|
Chris@0
|
109 preview:
|
Chris@0
|
110 type: integer
|
Chris@0
|
111 label: 'Preview comment'
|
Chris@0
|
112
|
Chris@0
|
113 field.formatter.settings.comment_permalink:
|
Chris@0
|
114 type: field.formatter.settings.string
|