diff --git a/bin/templates/reference-parts/schema.html b/bin/templates/reference-parts/schema.html
index 32e8586..f0dbcfe 100644
--- a/bin/templates/reference-parts/schema.html
+++ b/bin/templates/reference-parts/schema.html
@@ -4,20 +4,20 @@
- {{ key }}
-
- {{ property.type | join(' or ') }}{% if property.format %},
- {% if property.format == 'date-time' %}
- datetime (details)
- {% elseif property.format == 'uri' %}
- uri
- {% else %}
- {{ property.format }}
- {% endif %}{% endif %}
-
+ {{ key }}
|
{{ property.description }}
+
+ JSON data type: {{ property.type | join(' or ') }}{% if property.format %},
+ {% if property.format == 'date-time' %}
+ Format: datetime (details)
+ {% elseif property.format == 'uri' %}
+ Format: uri
+ {% else %}
+ Format: {{ property.format }}
+ {% endif %}{% endif %}
+
{% if property.readonly %}
Read only
{% endif %}
diff --git a/reference/application-passwords.md b/reference/application-passwords.md
index 98939d5..c9d0660 100644
--- a/reference/application-passwords.md
+++ b/reference/application-passwords.md
@@ -10,92 +10,92 @@
- uuid
-
- string,
- uuid
-
+ uuid
|
The unique identifier for the application password.
+
+ JSON data type: string,
+ Format: uuid
+
Read only
Context: view, edit, embed
|
- app_id
-
- string,
- uuid
-
+ app_id
|
A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.
+
+ JSON data type: string,
+ Format: uuid
+
Context: view, edit, embed
|
- name
-
- string
+ name
|
The name of the application password.
+
+ JSON data type: string
Context: view, edit, embed
|
- password
-
- string
+ password
|
The generated password. Only available after adding an application.
+
+ JSON data type: string
Read only
Context: edit
|
- created
-
- string,
- datetime (details)
-
+ created
|
The GMT date the application password was created.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- last_used
-
- string or null,
- datetime (details)
-
+ last_used
|
The GMT date the application password was last used.
+
+ JSON data type: string or null,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- last_ip
-
- string or null,
- ip
-
+ last_ip
|
The IP address the application password was last used by.
+
+ JSON data type: string or null,
+ Format: ip
+
Read only
Context: view, edit
|
diff --git a/reference/block-directory-items.md b/reference/block-directory-items.md
index 7995d6f..89bebe8 100644
--- a/reference/block-directory-items.md
+++ b/reference/block-directory-items.md
@@ -10,148 +10,148 @@
- name
-
- string
+ name
|
The block name, in namespace/block-name format.
+
+ JSON data type: string
Context: view
|
- title
-
- string
+ title
|
The block title, in human readable format.
+
+ JSON data type: string
Context: view
|
- description
-
- string
+ description
|
A short description of the block, in human readable format.
+
+ JSON data type: string
Context: view
|
- id
-
- string
+ id
|
The block slug.
+
+ JSON data type: string
Context: view
|
- rating
-
- number
+ rating
|
The star rating of the block.
+
+ JSON data type: number
Context: view
|
- rating_count
-
- integer
+ rating_count
|
The number of ratings.
+
+ JSON data type: integer
Context: view
|
- active_installs
-
- integer
+ active_installs
|
The number sites that have activated this block.
+
+ JSON data type: integer
Context: view
|
- author_block_rating
-
- number
+ author_block_rating
|
The average rating of blocks published by the same author.
+
+ JSON data type: number
Context: view
|
- author_block_count
-
- integer
+ author_block_count
|
The number of blocks published by the same author.
+
+ JSON data type: integer
Context: view
|
- author
-
- string
+ author
|
The WordPress.org username of the block author.
+
+ JSON data type: string
Context: view
|
- icon
-
- string,
- uri
-
+ icon
|
The block icon.
+
+ JSON data type: string,
+ Format: uri
+
Context: view
|
- last_updated
-
- string,
- datetime (details)
-
+ last_updated
|
The date when the block was last updated.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view
|
- humanized_updated
-
- string
+ humanized_updated
|
The date when the block was last updated, in fuzzy human readable format.
+
+ JSON data type: string
Context: view
|
diff --git a/reference/block-pattern-categories.md b/reference/block-pattern-categories.md
index c83a0e1..6d38a6b 100644
--- a/reference/block-pattern-categories.md
+++ b/reference/block-pattern-categories.md
@@ -10,36 +10,36 @@
- name
-
- string
+ name
|
The category name.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- label
-
- string
+ label
|
The category label, in human readable format.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- description
-
- string
+ description
|
The category description, in human readable format.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
diff --git a/reference/block-patterns.md b/reference/block-patterns.md
index 506a84a..295c080 100644
--- a/reference/block-patterns.md
+++ b/reference/block-patterns.md
@@ -10,136 +10,149 @@
- name
-
- string
+ name
|
The pattern name.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- title
-
- string
+ title
|
The pattern title, in human readable format.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- content
-
- string
+ content
|
The pattern content.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- description
-
- string
+ description
|
The pattern detailed description.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- viewport_width
-
- number
+ viewport_width
|
The pattern viewport width for inserter preview.
+
+ JSON data type: number
Read only
Context: view, edit, embed
|
- inserter
-
- boolean
+ inserter
|
Determines whether the pattern is visible in inserter.
+
+ JSON data type: boolean
Read only
Context: view, edit, embed
|
- categories
-
- array
+ categories
|
The pattern category slugs.
+
+ JSON data type: array
Read only
Context: view, edit, embed
|
- keywords
-
- array
+ keywords
|
The pattern keywords.
+
+ JSON data type: array
Read only
Context: view, edit, embed
|
- block_types
-
- array
+ block_types
|
Block types that the pattern is intended to be used with.
+
+ JSON data type: array
Read only
Context: view, edit, embed
|
- post_types
-
- array
+ post_types
|
An array of post types that the pattern is restricted to be used with.
+
+ JSON data type: array
Read only
Context: view, edit, embed
|
- template_types
-
- array
+ template_types
|
An array of template types where the pattern fits.
+
+ JSON data type: array
Read only
Context: view, edit, embed
|
+
+
+ source
+ |
+
+ Where the pattern comes from e.g. core
+
+ JSON data type: string
+ Read only
+ Context: view, edit, embed
+ One of: core, plugin, theme, pattern-directory/core, pattern-directory/theme, pattern-directory/featured
+ |
+
diff --git a/reference/block-revisions.md b/reference/block-revisions.md
index 3402604..56bdd20 100644
--- a/reference/block-revisions.md
+++ b/reference/block-revisions.md
@@ -10,131 +10,131 @@
- author
-
- integer
+ author
|
The ID for the author of the revision.
+
+ JSON data type: integer
Context: view, edit, embed
|
- date
-
- string,
- datetime (details)
-
+ date
|
The date the revision was published, in the site's timezone.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit, embed
|
- date_gmt
-
- string,
- datetime (details)
-
+ date_gmt
|
The date the revision was published, as GMT.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit
|
- guid
-
- object
+ guid
|
The globally unique identifier for the post.
+
+ JSON data type: object
Read only
Context: view, edit
|
- id
-
- integer
+ id
|
Unique identifier for the revision.
+
+ JSON data type: integer
Context: view, edit, embed
|
- modified
-
- string,
- datetime (details)
-
+ modified
|
The date the revision was last modified, in the site's timezone.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit
|
- modified_gmt
-
- string,
- datetime (details)
-
+ modified_gmt
|
The date the revision was last modified, as GMT.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit
|
- parent
-
- integer
+ parent
|
The ID for the parent of the revision.
+
+ JSON data type: integer
Context: view, edit, embed
|
- slug
-
- string
+ slug
|
An alphanumeric identifier for the revision unique to its type.
+
+ JSON data type: string
Context: view, edit, embed
|
- title
-
- object
+ title
|
The title for the post.
+
+ JSON data type: object
Context: view, edit, embed
|
- content
-
- object
+ content
|
The content for the post.
+
+ JSON data type: object
Context: view, edit
|
@@ -455,6 +455,14 @@
The content for the post.
|
+
+
+
+ meta
+ |
+
+ Meta fields.
+ |
diff --git a/reference/block-types.md b/reference/block-types.md
index 87b297a..e2bbcad 100644
--- a/reference/block-types.md
+++ b/reference/block-types.md
@@ -10,336 +10,348 @@
- api_version
-
- integer
+ api_version
|
Version of block API.
+
+ JSON data type: integer
Read only
Context: embed, view, edit
|
- title
-
- string
+ title
|
Title of block type.
+
+ JSON data type: string
Read only
Context: embed, view, edit
|
- name
-
- string
+ name
|
Unique name identifying the block type.
+
+ JSON data type: string
Read only
Context: embed, view, edit
|
- description
-
- string
+ description
|
Description of block type.
+
+ JSON data type: string
Read only
Context: embed, view, edit
|
- icon
-
- string or null
+ icon
|
Icon of block type.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- attributes
-
- object or null
+ attributes
|
Block attributes.
+
+ JSON data type: object or null
Read only
Context: embed, view, edit
|
- provides_context
-
- object
+ provides_context
|
Context provided by blocks of this type.
+
+ JSON data type: object
Read only
Context: embed, view, edit
|
- uses_context
-
- array
+ uses_context
|
Context values inherited by blocks of this type.
+
+ JSON data type: array
+ Read only
+ Context: embed, view, edit
+ |
+
+
+
+ selectors
+ |
+
+ Custom CSS selectors.
+
+ JSON data type: object
Read only
Context: embed, view, edit
|
- supports
-
- object
+ supports
|
Block supports.
+
+ JSON data type: object
Read only
Context: embed, view, edit
|
- category
-
- string or null
+ category
|
Block category.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- is_dynamic
-
- boolean
+ is_dynamic
|
Is the block dynamically rendered.
+
+ JSON data type: boolean
Read only
Context: embed, view, edit
|
- editor_script_handles
-
- array
+ editor_script_handles
|
Editor script handles.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- script_handles
-
- array
+ script_handles
|
Public facing and editor script handles.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- view_script_handles
-
- array
+ view_script_handles
|
Public facing script handles.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- editor_style_handles
-
- array
+ editor_style_handles
|
Editor style handles.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- style_handles
-
- array
+ style_handles
|
Public facing and editor style handles.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- styles
-
- array
+ styles
|
Block style variations.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- variations
-
- array
+ variations
|
Block variations.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- textdomain
-
- string or null
+ textdomain
|
Public text domain.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- parent
-
- array or null
+ parent
|
Parent blocks.
+
+ JSON data type: array or null
Read only
Context: embed, view, edit
|
- ancestor
-
- array or null
+ ancestor
|
Ancestor blocks.
+
+ JSON data type: array or null
Read only
Context: embed, view, edit
|
- keywords
-
- array
+ keywords
|
Block keywords.
+
+ JSON data type: array
Read only
Context: embed, view, edit
|
- example
-
- object or null
+ example
|
Block example.
+
+ JSON data type: object or null
Read only
Context: embed, view, edit
|
- editor_script
-
- string or null
+ editor_script
|
Editor script handle. DEPRECATED: Use `editor_script_handles` instead.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- script
-
- string or null
+ script
|
Public facing and editor script handle. DEPRECATED: Use `script_handles` instead.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- view_script
-
- string or null
+ view_script
|
Public facing script handle. DEPRECATED: Use `view_script_handles` instead.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- editor_style
-
- string or null
+ editor_style
|
Editor style handle. DEPRECATED: Use `editor_style_handles` instead.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
- style
-
- string or null
+ style
|
Public facing and editor style handle. DEPRECATED: Use `style_handles` instead.
+
+ JSON data type: string or null
Read only
Context: embed, view, edit
|
diff --git a/reference/blocks.md b/reference/blocks.md
index 7fbb2e2..df2e0d8 100644
--- a/reference/blocks.md
+++ b/reference/blocks.md
@@ -10,172 +10,183 @@
- date
-
- string or null,
- datetime (details)
-
+ date
|
The date the post was published, in the site's timezone.
+
+ JSON data type: string or null,
+ Format: datetime (details)
+
Context: view, edit, embed
|
- date_gmt
-
- string or null,
- datetime (details)
-
+ date_gmt
|
The date the post was published, as GMT.
+
+ JSON data type: string or null,
+ Format: datetime (details)
+
Context: view, edit
|
- guid
-
- object
+ guid
|
The globally unique identifier for the post.
+
+ JSON data type: object
Read only
Context: view, edit
|
- id
-
- integer
+ id
|
Unique identifier for the post.
+
+ JSON data type: integer
Read only
Context: view, edit, embed
|
- link
-
- string,
- uri
-
+ link
|
URL to the post.
+
+ JSON data type: string,
+ Format: uri
+
Read only
Context: view, edit, embed
|
- modified
-
- string,
- datetime (details)
-
+ modified
|
The date the post was last modified, in the site's timezone.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- modified_gmt
-
- string,
- datetime (details)
-
+ modified_gmt
|
The date the post was last modified, as GMT.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- slug
-
- string
+ slug
|
An alphanumeric identifier for the post unique to its type.
+
+ JSON data type: string
Context: view, edit, embed
|
- status
-
- string
+ status
|
A named status for the post.
+
+ JSON data type: string
Context: view, edit
One of: publish, future, draft, pending, private
|
- type
-
- string
+ type
|
Type of post.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- password
-
- string
+ password
|
A password to protect access to the content and excerpt.
+
+ JSON data type: string
Context: edit
|
- title
-
- object
+ title
|
The title for the post.
+
+ JSON data type: object
Context: view, edit, embed
|
- content
-
- object
+ content
|
The content for the post.
+
+ JSON data type: object
+ Context: view, edit
+ |
+
+
+
+ meta
+ |
+
+ Meta fields.
+
+ JSON data type: object
Context: view, edit
|
- template
-
- string
+ template
|
The theme file to use to display the post.
+
+ JSON data type: string
Context: view, edit
|
@@ -414,6 +425,14 @@
The content for the post.
|
+
+
+
+ meta
+ |
+
+ Meta fields.
+ |
|
@@ -548,6 +567,14 @@
|
The content for the post.
|
+
+
+
+ meta
+ |
+
+ Meta fields.
+ |
diff --git a/reference/categories.md b/reference/categories.md
index c831273..7779760 100644
--- a/reference/categories.md
+++ b/reference/categories.md
@@ -10,83 +10,83 @@
- id
-
- integer
+ id
|
Unique identifier for the term.
+
+ JSON data type: integer
Read only
Context: view, embed, edit
|
- count
-
- integer
+ count
|
Number of published posts for the term.
+
+ JSON data type: integer
Read only
Context: view, edit
|
- description
-
- string
+ description
|
HTML description of the term.
+
+ JSON data type: string
Context: view, edit
|
- link
-
- string,
- uri
-
+ link
|
URL of the term.
+
+ JSON data type: string,
+ Format: uri
+
Read only
Context: view, embed, edit
|
- name
-
- string
+ name
|
HTML title for the term.
+
+ JSON data type: string
Context: view, embed, edit
|
- slug
-
- string
+ slug
|
An alphanumeric identifier for the term unique to its type.
+
+ JSON data type: string
Context: view, embed, edit
|
- taxonomy
-
- string
+ taxonomy
|
Type attribution for the term.
+
+ JSON data type: string
Read only
Context: view, embed, edit
One of: category
@@ -94,23 +94,23 @@
|
- parent
-
- integer
+ parent
|
The parent term ID.
+
+ JSON data type: integer
Context: view, edit
|
- meta
-
- object
+ meta
|
Meta fields.
+
+ JSON data type: object
Context: view, edit
|
diff --git a/reference/comments.md b/reference/comments.md
index 1dbdf6b..eb6b541 100644
--- a/reference/comments.md
+++ b/reference/comments.md
@@ -10,204 +10,204 @@
- id
-
- integer
+ id
|
Unique identifier for the comment.
+
+ JSON data type: integer
Read only
Context: view, edit, embed
|
- author
-
- integer
+ author
|
The ID of the user object, if author was a user.
+
+ JSON data type: integer
Context: view, edit, embed
|
- author_email
-
- string,
- email
-
+ author_email
|
Email address for the comment author.
+
+ JSON data type: string,
+ Format: email
+
Context: edit
|
- author_ip
-
- string,
- ip
-
+ author_ip
|
IP address for the comment author.
+
+ JSON data type: string,
+ Format: ip
+
Context: edit
|
- author_name
-
- string
+ author_name
|
Display name for the comment author.
+
+ JSON data type: string
Context: view, edit, embed
|
- author_url
-
- string,
- uri
-
+ author_url
|
URL for the comment author.
+
+ JSON data type: string,
+ Format: uri
+
Context: view, edit, embed
|
- author_user_agent
-
- string
+ author_user_agent
|
User agent for the comment author.
+
+ JSON data type: string
Context: edit
|
- content
-
- object
+ content
|
The content for the comment.
+
+ JSON data type: object
Context: view, edit, embed
|
- date
-
- string,
- datetime (details)
-
+ date
|
The date the comment was published, in the site's timezone.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit, embed
|
- date_gmt
-
- string,
- datetime (details)
-
+ date_gmt
|
The date the comment was published, as GMT.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Context: view, edit
|
- link
-
- string,
- uri
-
+ link
|
URL to the comment.
+
+ JSON data type: string,
+ Format: uri
+
Read only
Context: view, edit, embed
|
- parent
-
- integer
+ parent
|
The ID for the parent of the comment.
+
+ JSON data type: integer
Context: view, edit, embed
|
- post
-
- integer
+ post
|
The ID of the associated post object.
+
+ JSON data type: integer
Context: view, edit
|
- status
-
- string
+ status
|
State of the comment.
+
+ JSON data type: string
Context: view, edit
|
- type
-
- string
+ type
|
Type of the comment.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- author_avatar_urls
-
- object
+ author_avatar_urls
|
Avatar URLs for the comment author.
+
+ JSON data type: object
Read only
Context: view, edit, embed
|
- meta
-
- object
+ meta
|
Meta fields.
+
+ JSON data type: object
Context: view, edit
|
diff --git a/reference/media.md b/reference/media.md
index 13ca74b..c5f1b2d 100644
--- a/reference/media.md
+++ b/reference/media.md
@@ -10,264 +10,264 @@
- date
-
- string or null,
- datetime (details)
-
+ date
|
The date the post was published, in the site's timezone.
+
+ JSON data type: string or null,
+ Format: datetime (details)
+
Context: view, edit, embed
|
- date_gmt
-
- string or null,
- datetime (details)
-
+ date_gmt
|
The date the post was published, as GMT.
+
+ JSON data type: string or null,
+ Format: datetime (details)
+
Context: view, edit
|
- guid
-
- object
+ guid
|
The globally unique identifier for the post.
+
+ JSON data type: object
Read only
Context: view, edit
|
- id
-
- integer
+ id
|
Unique identifier for the post.
+
+ JSON data type: integer
Read only
Context: view, edit, embed
|
- link
-
- string,
- uri
-
+ link
|
URL to the post.
+
+ JSON data type: string,
+ Format: uri
+
Read only
Context: view, edit, embed
|
- modified
-
- string,
- datetime (details)
-
+ modified
|
The date the post was last modified, in the site's timezone.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- modified_gmt
-
- string,
- datetime (details)
-
+ modified_gmt
|
The date the post was last modified, as GMT.
+
+ JSON data type: string,
+ Format: datetime (details)
+
Read only
Context: view, edit
|
- slug
-
- string
+ slug
|
An alphanumeric identifier for the post unique to its type.
+
+ JSON data type: string
Context: view, edit, embed
|
- status
-
- string
+ status
|
A named status for the post.
+
+ JSON data type: string
Context: view, edit
One of: publish, future, draft, pending, private
|
- type
-
- string
+ type
|
Type of post.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- permalink_template
-
- string
+ permalink_template
|
Permalink template for the post.
+
+ JSON data type: string
Read only
Context: edit
|
- generated_slug
-
- string
+ generated_slug
|
Slug automatically generated from the post title.
+
+ JSON data type: string
Read only
Context: edit
|
- title
-
- object
+ title
|
The title for the post.
+
+ JSON data type: object
Context: view, edit, embed
|
- author
-
- integer
+ author
|
The ID for the author of the post.
+
+ JSON data type: integer
Context: view, edit, embed
|
- ping_status
-
- string
+ ping_status
|
Whether or not the post can be pinged.
+
+ JSON data type: string
Context: view, edit
One of: open, closed
|
- meta
-
- object
+ meta
|
Meta fields.
+
+ JSON data type: object
Context: view, edit
|
- template
-
- string
+ template
|
The theme file to use to display the post.
+
+ JSON data type: string
Context: view, edit
|
- alt_text
-
- string
+ alt_text
|
Alternative text to display when attachment is not displayed.
+
+ JSON data type: string
Context: view, edit, embed
|
- caption
-
- object
+ caption
|
The attachment caption.
+
+ JSON data type: object
Context: view, edit, embed
|
- description
-
- object
+ description
|
The attachment description.
+
+ JSON data type: object
Context: view, edit
|
- media_type
-
- string
+ media_type
|
Attachment type.
+
+ JSON data type: string
Read only
Context: view, edit, embed
One of: image, file
@@ -275,61 +275,61 @@
|
- mime_type
-
- string
+ mime_type
|
The attachment MIME type.
+
+ JSON data type: string
Read only
Context: view, edit, embed
|
- media_details
-
- object
+ media_details
|
Details about the media file, specific to its type.
+
+ JSON data type: object
Read only
Context: view, edit, embed
|
- post
-
- integer
+ post
|
The ID for the associated post of the attachment.
+
+ JSON data type: integer
Context: view, edit
|
- source_url
-
- string,
- uri
-
+ source_url
|
URL to the original attachment file.
+
+ JSON data type: string,
+ Format: uri
+
Read only
Context: view, edit, embed
|
- missing_image_sizes
-
- array
+ missing_image_sizes
|
List of the missing image sizes of the attachment.
+
+ JSON data type: array
Read only
Context: edit
|
diff --git a/reference/menu-locations.md b/reference/menu-locations.md
index 9abd5af..97943d1 100644
--- a/reference/menu-locations.md
+++ b/reference/menu-locations.md
@@ -10,36 +10,36 @@
- name
-
- string
+ name
|
The name of the menu location.
+
+ JSON data type: string
Read only
Context: embed, view, edit
|
- description
-
- string
+ description
|
The description of the menu location.
+
+ JSON data type: string
Read only
Context: embed, view, edit
|
| | |