ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Sources taking data from Drupal API
2
IDProp typesForm's settings ::getSetting()Can we use the default property from JSON schema?
3
menulinksmenu, level, depthNo because it is info about menu, not links
4
breadcrumblinksNo, because no data stored
5
token?????????
6
urlpathvalue (route)No, because it is a route name, not an URL
7
blockslot???no default for slots
8
9
Sources with direct form filling
10
IDProp typesForm's settings ::getSetting()Can we use the default property from JSON schema?
11
attributesattributesvalue (string)No because it si a string, not a attribuets mapping
12
checkboxbooleanvalueYes
13
checkboxesenum_listvalueYes
14
list_textarealistvalue (string)No, because it is a multiline string, not a list
15
colorcolorvalueYes
16
wysiwygslotvalue (sub properties: value, format)no default for slots
17
numbernumbervalueYes
18
selectenumvalueYes
19
textfieldstring, language, machine_namevalueYes
20
urlurlvalueYes
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100