PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.9.3
Secure Custom Fields v6.9.3
6.9.5 6.9.4 6.9.3 6.9.2 6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / schemas / field-fragments / layout / output.schema.json
secure-custom-fields / schemas / field-fragments / layout Last commit date
accordion.schema.json 7 months ago clone.schema.json 7 months ago flexible-content.schema.json 7 months ago group.schema.json 7 months ago message.schema.json 7 months ago output.schema.json 7 months ago repeater.schema.json 7 months ago separator.schema.json 7 months ago tab.schema.json 7 months ago
output.schema.json
16 lines
1 {
2 "title": "SCF Output Field Fragment",
3 "description": "Type-specific properties for output fields (deprecated since ACF 6.3.2)",
4 "type": "object",
5 "properties": {
6 "type": {
7 "enum": [ "output" ]
8 },
9 "html": {
10 "type": "boolean",
11 "default": false,
12 "description": "Whether to output raw HTML"
13 }
14 }
15 }
16