PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.9.1
Secure Custom Fields v6.9.1
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 / scf-identifier.schema.json
secure-custom-fields / schemas Last commit date
field-fragments 6 months ago fields 2 months ago common.schema.json 6 months ago field-group.schema.json 2 months ago field.schema.json 6 months ago internal-properties.schema.json 6 months ago post-type.schema.json 2 months ago scf-identifier.schema.json 6 months ago taxonomy.schema.json 2 months ago ui-options-page.schema.json 6 months ago
scf-identifier.schema.json
15 lines
1 {
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://raw.githubusercontent.com/WordPress/secure-custom-fields/trunk/schemas/scf-identifier.schema.json",
4 "title": "SCF Identifier",
5 "description": "Schema for SCF entity identifiers (post types, field groups, fields, taxonomies, etc.)",
6 "type": ["string", "integer"],
7 "examples": [
8 123,
9 "group_abc123",
10 "post_type_products",
11 "taxonomy_product_categories",
12 "ui_options_page_theme_settings"
13 ]
14 }
15