Schema URL

Type: object

Properties

version integer required

Version of theme.json to use.

Constant: 3
$schema string

JSON schema URI for theme.json.

title string

Title of the styles variation. If not defined, the file name will be used.

slug string

Slug of the styles variation. If not defined, the kebab-case title will be used.

description string

Description of the styles variation.

blockTypes string[]

List of block types that can use the block style variation this theme.json file represents.

settings

Settings for the block editor and individual blocks. These include things like:

  • Which customization options should be available to the user.
  • The default colors, font sizes... available to the user.
  • CSS custom properties and class names used in styles.
  • And the default layout of the editor (widths and available alignments).
All of: settingsProperties, object object, object object
styles

Organized way to set CSS properties. Styles in the top-level will be added in the body selector.

All of: stylesProperties object, object object, object object
customTemplates object[]

Additional metadata for custom templates defined in the templates folder.

templateParts object[]

Additional metadata for template parts defined in the parts folder.

patterns string[]

An array of pattern slugs to be registered from the Pattern Directory.

Definitions

//
refComplete object
ref string

A reference to another property value. e.g. styles.color.text

settingsAppearanceToolsProperties object
appearanceTools boolean

Setting that enables the following UI tools:

  • background: backgroundImage, backgroundSize
  • border: color, radius, style, width
  • color: link, heading, button, caption
  • dimensions: aspectRatio, height, minHeight, width
  • position: sticky
  • spacing: blockGap, margin, padding
  • typography: lineHeight
Default: false
settingsBackgroundProperties object
background object

Settings related to background.

3 nested properties
backgroundImage boolean

Allow users to set a background image.

Default: false
backgroundSize boolean

Allow users to set values related to the size of a background image, including size, position, and repeat controls.

Default: false
gradient boolean

Allow users to set a gradient background.

Default: false
settingsBorderProperties object
border object

Settings related to borders.

5 nested properties
color boolean

Allow users to set custom border colors.

Default: false
radius boolean

Allow users to set custom border radius.

Default: false
style boolean

Allow users to set custom border styles.

Default: false
width boolean

Allow users to set custom border widths.

Default: false
radiusSizes object[]

Border radius size presets for the border radius selector. Generates a custom property (--wp--preset--border-radius--{slug}) per preset value.

settingsColorProperties object
color object

Settings related to colors.

15 nested properties
background boolean

Allow users to set background colors.

Default: true
custom boolean

Allow users to select custom colors.

Default: true
customDuotone boolean

Allow users to create custom duotone filters.

Default: true
customGradient boolean

Allow users to create custom gradients.

Default: true
defaultDuotone boolean

Allow users to choose filters from the default duotone filter presets.

Default: true
defaultGradients boolean

Allow users to choose colors from the default gradients.

Default: true
defaultPalette boolean

Allow users to choose colors from the default palette.

Default: true
duotone object[]

Duotone presets for the duotone picker. Doesn't generate classes or properties.

gradients object[]

Gradient presets for the gradient picker. Generates a single class (.has-{slug}-background) and custom property (--wp--preset--gradient--{slug}) per preset value.

link boolean

Allow users to set link colors in a block.

Default: false
palette object[]

Color palette presets for the color picker. Generates three classes (.has-{slug}-color, .has-{slug}-background-color, and .has-{slug}-border-color) and a single custom property (--wp--preset--color--{slug}) per preset value.

text boolean

Allow users to set text colors in a block.

Default: true
heading boolean

Allow users to set heading colors in a block.

Default: true
button boolean

Allow users to set button colors in a block.

Default: true
caption boolean

Allow users to set caption colors in a block.

Default: true
settingsDimensionsProperties object
dimensions object

Settings related to dimensions.

7 nested properties
aspectRatio boolean

Allow users to set an aspect ratio.

Default: false
defaultAspectRatios boolean

Allow users to choose aspect ratios from the default set of aspect ratios.

Default: true
aspectRatios object[]

Allow users to define aspect ratios for some blocks.

height boolean

Allow users to set custom height.

Default: false
minHeight boolean

Allow users to set custom minimum height.

Default: false
width boolean

Allow users to set custom width.

Default: false
dimensionSizes object[]

Dimension size presets for dimension block supports. Generates a custom property (--wp--preset--dimension--{slug}) per preset value.

settingsLayoutProperties object
layout object

Settings related to layout.

4 nested properties
contentSize string

Sets the max-width of the content.

wideSize string

Sets the max-width of wide (.alignwide) content. Also used as the maximum viewport when calculating fluid font sizes

allowEditing boolean

Disable the layout UI controls.

Default: true
allowCustomContentAndWideSize boolean

Enable or disable the custom content and wide size controls.

Default: true
settingsLightboxProperties object
lightbox object

Settings related to the lightbox.

2 nested properties
enabled boolean

Defines whether the lightbox is enabled or not.

allowEditing boolean

Defines whether to show the Lightbox UI in the block editor. If set to false, the user won't be able to change the lightbox settings in the block editor.

settingsPositionProperties object
position object

Settings related to position.

1 nested properties
sticky boolean

Allow users to set sticky position.

Default: false
settingsShadowProperties object
shadow object

Settings related to shadows.

2 nested properties
defaultPresets boolean

Allow users to choose shadows from the default shadow presets.

Default: true
presets object[]

Shadow presets for the shadow picker. Generates a single custom property (--wp--preset--shadow--{slug}) per preset value.

settingsSpacingProperties object
spacing object

Settings related to spacing.

8 nested properties
blockGap boolean | null

Enables --wp--style--block-gap to be generated from styles.spacing.blockGap. A value of null instead of false further disables layout styles from being generated.

Default: null
margin boolean

Allow users to set a custom margin.

Default: false
padding boolean

Allow users to set a custom padding.

Default: false
units string[]

List of units the user can use for spacing values.

Default:
[
  "px",
  "em",
  "rem",
  "vh",
  "vw",
  "%"
]
minItems=1
customSpacingSize boolean

Allow users to set custom space sizes.

Default: true
defaultSpacingSizes boolean

Allow users to choose space sizes from the default space size presets.

Default: true
spacingSizes object[]

Space size presets for the space size selector. Generates a custom property (--wp--preset--spacing--{slug}) per preset value.

spacingScale object

Settings to auto-generate space size presets for the space size selector. Generates a custom property (--wp--preset--spacing--{slug}`) per preset value.

5 nested properties
operator string

With + or * depending on whether scale is generated by increment or multiplier.

Default: "*"
Values: "+" "*"
increment number

The amount to increment each step by.

Default: 1.5
exclusiveMin=0
steps integer

Number of steps to generate in scale.

Default: 7
min=1max=10
mediumStep number

The value to medium setting in the scale.

Default: 1.5
exclusiveMin=0
unit string

Unit that the scale uses, eg. rem, em, px.

Default: "rem"
Values: "px" "em" "rem" "%" "vw" "svw" "lvw" "dvw" "vh" "svh" "lvh" "dvh" "vi" "svi" "lvi" "dvi" "vb" "svb" "lvb" "dvb" "vmin" "svmin" "lvmin" "dvmin" "vmax" "svmax" "lvmax" "dvmax"
settingsTypographyProperties object
typography object

Settings related to typography.

16 nested properties
defaultFontSizes boolean

Allow users to choose font sizes from the default font size presets.

Default: true
customFontSize boolean

Allow users to set custom font sizes.

Default: true
fontStyle boolean

Allow users to set custom font styles.

Default: true
fontWeight boolean

Allow users to set custom font weights.

Default: true
fluid object | boolean

Enables fluid typography and allows users to set global fluid typography parameters.

Default: false
letterSpacing boolean

Allow users to set custom letter spacing.

Default: true
lineHeight boolean

Allow users to set custom line height.

Default: false
textIndent boolean | string

Allow users to set custom line indent.

Default: "subsequent"
textAlign boolean

Allow users to set the text align.

Default: true
textColumns boolean

Allow users to set the number of text columns.

Default: false
textDecoration boolean

Allow users to set custom text decorations.

Default: true
writingMode boolean

Allow users to set the writing mode.

Default: false
textTransform boolean

Allow users to set custom text transforms.

Default: true
dropCap boolean

Enable drop cap.

Default: true
fontSizes object[]

Font size presets for the font size selector. Generates a single class (.has-{slug}-color) and custom property (--wp--preset--font-size--{slug}) per preset value.

fontFamilies object[]

Font family presets for the font family selector. Generates a single custom property (--wp--preset--font-family--{slug}) per preset value.

settingsCustomProperties object
custom Record<string, string | number | settingsCustomAdditionalProperties>

Generate custom CSS custom properties of the form --wp--custom--{key}--{nested-key}: {value};. camelCased keys are transformed to kebab-case as to follow the CSS property naming schema. Keys at different depth levels are separated by --, so keys should not include -- in the name.

settingsProperties
settingsPropertyNames enum
settingsPropertiesComplete
settingsBlocksPropertiesComplete object

Settings defined on a per-block basis.

core/accordion
All of: settingsProperties, object object
core/accordion-heading
All of: settingsProperties, object object
core/accordion-item
All of: settingsProperties, object object
core/accordion-panel
All of: settingsProperties, object object
core/archives
All of: settingsProperties, object object
core/audio
All of: settingsProperties, object object
core/avatar
All of: settingsProperties, object object
core/block
All of: settingsProperties, object object
core/breadcrumbs
All of: settingsProperties, object object
core/button
All of: settingsProperties, object object
core/buttons
All of: settingsProperties, object object
core/calendar
All of: settingsProperties, object object
core/categories
All of: settingsProperties, object object
core/code
All of: settingsProperties, object object
core/column
All of: settingsProperties, object object
core/columns
All of: settingsProperties, object object
core/comment-author-avatar
All of: settingsProperties, object object
core/comment-author-name
All of: settingsProperties, object object
core/comment-content
All of: settingsProperties, object object
core/comment-date
All of: settingsProperties, object object
core/comment-edit-link
All of: settingsProperties, object object
core/comment-reply-link
All of: settingsProperties, object object
core/comments
All of: settingsProperties, object object
core/comments-pagination
All of: settingsProperties, object object
core/comments-pagination-next
All of: settingsProperties, object object
core/comments-pagination-numbers
All of: settingsProperties, object object
core/comments-pagination-previous
All of: settingsProperties, object object
core/comments-title
All of: settingsProperties, object object
core/comment-template
All of: settingsProperties, object object
core/cover
All of: settingsProperties, object object
core/details
All of: settingsProperties, object object
core/embed
All of: settingsProperties, object object
core/file
All of: settingsProperties, object object
core/footnotes
All of: settingsProperties, object object
core/freeform
All of: settingsProperties, object object
core/gallery
All of: settingsProperties, object object
core/group
All of: settingsProperties, object object
core/heading
All of: settingsProperties, object object
core/home-link
All of: settingsProperties, object object
core/html
All of: settingsProperties, object object
core/icon
All of: settingsProperties, object object
core/image
All of: settingsProperties, object object
core/latest-comments
All of: settingsProperties, object object
core/latest-posts
All of: settingsProperties, object object
core/list
All of: settingsProperties, object object
core/list-item
All of: settingsProperties, object object
core/loginout
All of: settingsProperties, object object
core/math
All of: settingsProperties, object object
core/media-text
All of: settingsProperties, object object
core/missing
All of: settingsProperties, object object
core/more
All of: settingsProperties, object object
core/navigation
All of: settingsProperties, object object
core/navigation-link
All of: settingsProperties, object object
core/navigation-submenu
All of: settingsProperties, object object
core/nextpage
All of: settingsProperties, object object
core/page-list
All of: settingsProperties, object object
core/page-list-item
All of: settingsProperties, object object
core/paragraph
All of: settingsProperties, object object
core/post-author
All of: settingsProperties, object object
core/post-author-biography
All of: settingsProperties, object object
core/post-author-name
All of: settingsProperties, object object
core/post-comment
All of: settingsProperties, object object
core/post-comments-count
All of: settingsProperties, object object
core/post-comments-form
All of: settingsProperties, object object
core/post-comments-link
All of: settingsProperties, object object
core/post-content
All of: settingsProperties, object object
core/post-date
All of: settingsProperties, object object
core/post-excerpt
All of: settingsProperties, object object
core/post-featured-image
All of: settingsProperties, object object
core/post-navigation-link
All of: settingsProperties, object object
core/post-template
All of: settingsProperties, object object
core/post-terms
All of: settingsProperties, object object
core/post-time-to-read
All of: settingsProperties, object object
core/post-title
All of: settingsProperties, object object
core/preformatted
All of: settingsProperties, object object
core/pullquote
All of: settingsProperties, object object
core/query
All of: settingsProperties, object object
core/query-no-results
All of: settingsProperties, object object
core/query-pagination
All of: settingsProperties, object object
core/query-pagination-next
All of: settingsProperties, object object
core/query-pagination-numbers
All of: settingsProperties, object object
core/query-pagination-previous
All of: settingsProperties, object object
core/query-title
All of: settingsProperties, object object
core/query-total
All of: settingsProperties, object object
core/quote
All of: settingsProperties, object object
core/read-more
All of: settingsProperties, object object
core/rss
All of: settingsProperties, object object
core/search
All of: settingsProperties, object object
core/separator
All of: settingsProperties, object object
core/shortcode
All of: settingsProperties, object object
core/site-logo
All of: settingsProperties, object object
core/site-tagline
All of: settingsProperties, object object
core/site-title
All of: settingsProperties, object object
core/social-link
All of: settingsProperties, object object
core/social-links
All of: settingsProperties, object object
core/spacer
All of: settingsProperties, object object
core/table
All of: settingsProperties, object object
core/tag-cloud
All of: settingsProperties, object object
core/template-part
All of: settingsProperties, object object
core/term-count
All of: settingsProperties, object object
core/term-description
All of: settingsProperties, object object
core/term-name
All of: settingsProperties, object object
core/term-template
All of: settingsProperties, object object
core/terms-query
All of: settingsProperties, object object
core/text-columns
All of: settingsProperties, object object
core/verse
All of: settingsProperties, object object
core/video
All of: settingsProperties, object object
core/widget-area
All of: settingsProperties, object object
core/legacy-widget
All of: settingsProperties, object object
core/widget-group
All of: settingsProperties, object object
settingsCustomAdditionalProperties Record<string, string | number | settingsCustomAdditionalProperties>

Generate custom CSS custom properties of the form --wp--custom--{key}--{nested-key}: {value};. camelCased keys are transformed to kebab-case as to follow the CSS property naming schema. Keys at different depth levels are separated by --, so keys should not include -- in the name.

stylesProperties object
background object

Background styles.

5 nested properties
backgroundImage string | refComplete | object

Sets the background-image CSS property.

backgroundPosition string | refComplete

Sets the background-position CSS property.

backgroundRepeat string | refComplete

Sets the background-repeat CSS property.

backgroundSize string | refComplete

Sets the background-size CSS property.

backgroundAttachment string | refComplete

Sets the background-attachment CSS property.

border object

Border styles.

8 nested properties
color string | refComplete

Sets the border-color CSS property.

radius string | refComplete | object

Sets the border-radius CSS property.

style string | refComplete

Sets the border-style CSS property.

width string | refComplete

Sets the border-width CSS property.

top object
3 nested properties
color string | refComplete

Sets the border-top-color CSS property.

style string | refComplete

Sets the border-top-style CSS property.

width string | refComplete

Sets the border-top-width CSS property.

right object
3 nested properties
color string | refComplete

Sets the border-right-color CSS property.

style string | refComplete

Sets the border-right-style CSS property.

width string | refComplete

Sets the border-right-width CSS property.

bottom object
3 nested properties
color string | refComplete

Sets the border-bottom-color CSS property.

style string | refComplete

Sets the border-bottom-style CSS property.

width string | refComplete

Sets the border-bottom-width CSS property.

left object
3 nested properties
color string | refComplete

Sets the border-left-color CSS property.

style string | refComplete

Sets the border-left-style CSS property.

width string | refComplete

Sets the border-left-width CSS property.

color object

Color styles.

3 nested properties
background string | refComplete

Sets the background-color CSS property.

gradient string | refComplete

Sets the background CSS property.

text string | refComplete

Sets the color CSS property.

css string

Sets custom CSS to apply styling not covered by other theme.json properties.

dimensions object

Dimensions styles.

4 nested properties
aspectRatio string | refComplete

Sets the aspect-ratio CSS property.

height string | refComplete

Sets the height CSS property.

minHeight string | refComplete

Sets the min-height CSS property.

width string | refComplete

Sets the width CSS property.

filter object

CSS and SVG filter styles.

1 nested properties
duotone string | refComplete

Sets the duotone filter.

outline object

Outline styles.

4 nested properties
color string | refComplete

Sets the outline-color CSS property.

offset string | refComplete

Sets the outline-offset CSS property.

style string | refComplete

Sets the outline-style CSS property.

width string | refComplete

Sets the outline-width CSS property.

shadow string | refComplete

Box shadow styles.

spacing object

Spacing styles.

3 nested properties
blockGap string | refComplete

Sets the --wp--style--block-gap CSS custom property when settings.spacing.blockGap is true.

margin object

Margin styles.

4 nested properties
top string | refComplete

Sets the margin-top CSS property.

right string | refComplete

Sets the margin-right CSS property.

bottom string | refComplete

Sets the margin-bottom CSS property.

left string | refComplete

Sets the margin-left CSS property.

padding object

Padding styles.

4 nested properties
top string | refComplete

Sets the padding-top CSS property.

right string | refComplete

Sets the padding-right CSS property.

bottom string | refComplete

Sets the padding-bottom CSS property.

left string | refComplete

Sets the padding-left CSS property.

typography object

Typography styles.

12 nested properties
fontFamily string | refComplete

Sets the font-family CSS property.

fontSize string | refComplete

Sets the font-size CSS property.

fontStyle string | refComplete

Sets the font-style CSS property.

fontWeight string | refComplete

Sets the font-weight CSS property.

letterSpacing string | refComplete

Sets the letter-spacing CSS property.

lineHeight string | refComplete

Sets the line-height CSS property.

textIndent string | refComplete

Sets the text-indent CSS property.

textAlign string | refComplete

Sets the text-align CSS property.

textColumns string | refComplete

Sets the column-count CSS property.

textDecoration string | refComplete

Sets the text-decoration CSS property.

writingMode string | refComplete

Sets the writing-mode CSS property.

textTransform string | refComplete

Sets the text-transform CSS property.

stylesPropertyNames enum
stylesPropertiesComplete
stylesBlocksPseudoSelectorsProperties object
:hover
All of: stylesProperties object, object object
:focus
All of: stylesProperties object, object object
:focus-visible
All of: stylesProperties object, object object
:active
All of: stylesProperties object, object object
stylesBlocksPseudoSelectorsPropertyNames enum
stylesElementsPseudoSelectorsProperties object
:active
All of: stylesProperties object, object object
:any-link
All of: stylesProperties object, object object
:focus
All of: stylesProperties object, object object
:focus-visible
All of: stylesProperties object, object object
:hover
All of: stylesProperties object, object object
:link
All of: stylesProperties object, object object
:visited
All of: stylesProperties object, object object
stylesBlocksCustomStatesProperties object

Custom class-based block states using the '@' prefix. Each state supports style properties as well as the same pseudo-selectors available to the block.

@current

Styles applied to the current/active item (e.g. .current-menu-item in navigation).

stylesElementsPseudoSelectorsPropertyNames enum
stylesElementsPropertiesComplete object

Styles defined on a per-element basis using the element's selector.

button
All of: stylesProperties object, stylesElementsPseudoSelectorsProperties object, object object
link
All of: stylesProperties object, stylesElementsPseudoSelectorsProperties object, object object
heading
All of: stylesProperties object, object object
h1
All of: stylesProperties object, object object
h2
All of: stylesProperties object, object object
h3
All of: stylesProperties object, object object
h4
All of: stylesProperties object, object object
h5
All of: stylesProperties object, object object
h6
All of: stylesProperties object, object object
caption
All of: stylesProperties object, object object
cite
All of: stylesProperties object, object object
select
All of: stylesProperties object, object object
textInput
All of: stylesProperties object, object object
stylesBlocksPropertiesComplete object

Styles defined on a per-block basis using the block's selector.

core/accordion
All of: stylesProperties object, object object, object object
core/accordion-heading
All of: stylesProperties object, object object, object object
core/accordion-item
All of: stylesProperties object, object object, object object
core/accordion-panel
All of: stylesProperties object, object object, object object
core/archives
All of: stylesProperties object, object object, object object
core/audio
All of: stylesProperties object, object object, object object
core/avatar
All of: stylesProperties object, object object, object object
core/block
All of: stylesProperties object, object object, object object
core/breadcrumbs
All of: stylesProperties object, object object, object object
core/button
All of: stylesProperties object, object object, stylesBlocksPseudoSelectorsProperties object, object object
core/buttons
All of: stylesProperties object, object object, object object
core/calendar
All of: stylesProperties object, object object, object object
core/categories
All of: stylesProperties object, object object, object object
core/code
All of: stylesProperties object, object object, object object
core/column
All of: stylesProperties object, object object, object object
core/columns
All of: stylesProperties object, object object, object object
core/comment-author-avatar
All of: stylesProperties object, object object, object object
core/comment-author-name
All of: stylesProperties object, object object, object object
core/comment-content
All of: stylesProperties object, object object, object object
core/comment-date
All of: stylesProperties object, object object, object object
core/comment-edit-link
All of: stylesProperties object, object object, object object
core/comment-reply-link
All of: stylesProperties object, object object, object object
core/comments
All of: stylesProperties object, object object, object object
core/comments-pagination
All of: stylesProperties object, object object, object object
core/comments-pagination-next
All of: stylesProperties object, object object, object object
core/comments-pagination-numbers
All of: stylesProperties object, object object, object object
core/comments-pagination-previous
All of: stylesProperties object, object object, object object
core/comments-title
All of: stylesProperties object, object object, object object
core/comment-template
All of: stylesProperties object, object object, object object
core/cover
All of: stylesProperties object, object object, object object
core/details
All of: stylesProperties object, object object, object object
core/embed
All of: stylesProperties object, object object, object object
core/file
All of: stylesProperties object, object object, object object
core/footnotes
All of: stylesProperties object, object object, object object
core/freeform
All of: stylesProperties object, object object, object object
core/gallery
All of: stylesProperties object, object object, object object
core/group
All of: stylesProperties object, object object, object object
core/heading
All of: stylesProperties object, object object, object object
core/home-link
All of: stylesProperties object, object object, object object
core/html
All of: stylesProperties object, object object, object object
core/icon
All of: stylesProperties object, object object, object object
core/image
All of: stylesProperties object, object object, object object
core/latest-comments
All of: stylesProperties object, object object, object object
core/latest-posts
All of: stylesProperties object, object object, object object
core/list
All of: stylesProperties object, object object, object object
core/list-item
All of: stylesProperties object, object object, object object
core/loginout
All of: stylesProperties object, object object, object object
core/math
All of: stylesProperties object, object object, object object
core/media-text
All of: stylesProperties object, object object, object object
core/missing
All of: stylesProperties object, object object, object object
core/more
All of: stylesProperties object, object object, object object
core/navigation
All of: stylesProperties object, object object, object object
core/navigation-submenu
All of: stylesProperties object, object object, object object
core/nextpage
All of: stylesProperties object, object object, object object
core/page-list
All of: stylesProperties object, object object, object object
core/page-list-item
All of: stylesProperties object, object object, object object
core/paragraph
All of: stylesProperties object, object object, object object
core/post-author
All of: stylesProperties object, object object, object object
core/post-author-biography
All of: stylesProperties object, object object, object object
core/post-author-name
All of: stylesProperties object, object object, object object
core/post-comment
All of: stylesProperties object, object object, object object
core/post-comments-count
All of: stylesProperties object, object object, object object
core/post-comments-form
All of: stylesProperties object, object object, object object
core/post-comments-link
All of: stylesProperties object, object object, object object
core/post-content
All of: stylesProperties object, object object, object object
core/post-date
All of: stylesProperties object, object object, object object
core/post-excerpt
All of: stylesProperties object, object object, object object
core/post-featured-image
All of: stylesProperties object, object object, object object
core/post-navigation-link
All of: stylesProperties object, object object, object object
core/post-template
All of: stylesProperties object, object object, object object
core/post-terms
All of: stylesProperties object, object object, object object
core/post-time-to-read
All of: stylesProperties object, object object, object object
core/post-title
All of: stylesProperties object, object object, object object
core/preformatted
All of: stylesProperties object, object object, object object
core/pullquote
All of: stylesProperties object, object object, object object
core/query
All of: stylesProperties object, object object, object object
core/query-no-results
All of: stylesProperties object, object object, object object
core/query-pagination
All of: stylesProperties object, object object, object object
core/query-pagination-next
All of: stylesProperties object, object object, object object
core/query-pagination-numbers
All of: stylesProperties object, object object, object object
core/query-pagination-previous
All of: stylesProperties object, object object, object object
core/query-title
All of: stylesProperties object, object object, object object
core/query-total
All of: stylesProperties object, object object, object object
core/quote
All of: stylesProperties object, object object, object object
core/read-more
All of: stylesProperties object, object object, object object
core/rss
All of: stylesProperties object, object object, object object
core/search
All of: stylesProperties object, object object, object object
core/separator
All of: stylesProperties object, object object, object object
core/shortcode
All of: stylesProperties object, object object, object object
core/site-logo
All of: stylesProperties object, object object, object object
core/site-tagline
All of: stylesProperties object, object object, object object
core/site-title
All of: stylesProperties object, object object, object object
core/social-link
All of: stylesProperties object, object object, object object
core/social-links
All of: stylesProperties object, object object, object object
core/spacer
All of: stylesProperties object, object object, object object
core/table
All of: stylesProperties object, object object, object object
core/tag-cloud
All of: stylesProperties object, object object, object object
core/template-part
All of: stylesProperties object, object object, object object
core/term-count
All of: stylesProperties object, object object, object object
core/term-description
All of: stylesProperties object, object object, object object
core/term-name
All of: stylesProperties object, object object, object object
core/term-template
All of: stylesProperties object, object object, object object
core/terms-query
All of: stylesProperties object, object object, object object
core/text-columns
All of: stylesProperties object, object object, object object
core/verse
All of: stylesProperties object, object object, object object
core/video
All of: stylesProperties object, object object, object object
core/widget-area
All of: stylesProperties object, object object, object object
core/legacy-widget
All of: stylesProperties object, object object, object object
core/widget-group
All of: stylesProperties object, object object, object object
stylesPropertiesAndElementsComplete
stylesVariationsProperties object
stylesVariationProperties
stylesVariationsPropertiesComplete object
stylesVariationPropertiesComplete
stylesVariationBlocksPropertiesComplete object
core/accordion
All of: stylesProperties object, object object, object object
core/accordion-heading
All of: stylesProperties object, object object, object object
core/accordion-item
All of: stylesProperties object, object object, object object
core/accordion-panel
All of: stylesProperties object, object object, object object
core/archives
All of: stylesProperties object, object object, object object
core/audio
All of: stylesProperties object, object object, object object
core/avatar
All of: stylesProperties object, object object, object object
core/block
All of: stylesProperties object, object object, object object
core/breadcrumbs
All of: stylesProperties object, object object, object object
core/button
All of: stylesProperties object, stylesBlocksPseudoSelectorsProperties object, object object
core/buttons
All of: stylesProperties object, object object, object object
core/calendar
All of: stylesProperties object, object object, object object
core/categories
All of: stylesProperties object, object object, object object
core/code
All of: stylesProperties object, object object, object object
core/column
All of: stylesProperties object, object object, object object
core/columns
All of: stylesProperties object, object object, object object
core/comment-author-avatar
All of: stylesProperties object, object object, object object
core/comment-author-name
All of: stylesProperties object, object object, object object
core/comment-content
All of: stylesProperties object, object object, object object
core/comment-date
All of: stylesProperties object, object object, object object
core/comment-edit-link
All of: stylesProperties object, object object, object object
core/comment-reply-link
All of: stylesProperties object, object object, object object
core/comments
All of: stylesProperties object, object object, object object
core/comments-pagination
All of: stylesProperties object, object object, object object
core/comments-pagination-next
All of: stylesProperties object, object object, object object
core/comments-pagination-numbers
All of: stylesProperties object, object object, object object
core/comments-pagination-previous
All of: stylesProperties object, object object, object object
core/comments-title
All of: stylesProperties object, object object, object object
core/comment-template
All of: stylesProperties object, object object, object object
core/cover
All of: stylesProperties object, object object, object object
core/details
All of: stylesProperties object, object object, object object
core/embed
All of: stylesProperties object, object object, object object
core/file
All of: stylesProperties object, object object, object object
core/footnotes
All of: stylesProperties object, object object, object object
core/freeform
All of: stylesProperties object, object object, object object
core/gallery
All of: stylesProperties object, object object, object object
core/group
All of: stylesProperties object, object object, object object
core/heading
All of: stylesProperties object, object object, object object
core/home-link
All of: stylesProperties object, object object, object object
core/html
All of: stylesProperties object, object object, object object
core/icon
All of: stylesProperties object, object object, object object
core/image
All of: stylesProperties object, object object, object object
core/latest-comments
All of: stylesProperties object, object object, object object
core/latest-posts
All of: stylesProperties object, object object, object object
core/list
All of: stylesProperties object, object object, object object
core/list-item
All of: stylesProperties object, object object, object object
core/loginout
All of: stylesProperties object, object object, object object
core/math
All of: stylesProperties object, object object, object object
core/media-text
All of: stylesProperties object, object object, object object
core/missing
All of: stylesProperties object, object object, object object
core/more
All of: stylesProperties object, object object, object object
core/navigation
All of: stylesProperties object, object object, object object
core/navigation-link
All of: stylesProperties object, object object, object object
core/navigation-submenu
All of: stylesProperties object, object object, object object
core/nextpage
All of: stylesProperties object, object object, object object
core/page-list
All of: stylesProperties object, object object, object object
core/page-list-item
All of: stylesProperties object, object object, object object
core/paragraph
All of: stylesProperties object, object object, object object
core/post-author
All of: stylesProperties object, object object, object object
core/post-author-biography
All of: stylesProperties object, object object, object object
core/post-author-name
All of: stylesProperties object, object object, object object
core/post-comment
All of: stylesProperties object, object object, object object
core/post-comments-count
All of: stylesProperties object, object object, object object
core/post-comments-form
All of: stylesProperties object, object object, object object
core/post-comments-link
All of: stylesProperties object, object object, object object
core/post-content
All of: stylesProperties object, object object, object object
core/post-date
All of: stylesProperties object, object object, object object
core/post-excerpt
All of: stylesProperties object, object object, object object
core/post-featured-image
All of: stylesProperties object, object object, object object
core/post-navigation-link
All of: stylesProperties object, object object, object object
core/post-template
All of: stylesProperties object, object object, object object
core/post-terms
All of: stylesProperties object, object object, object object
core/post-time-to-read
All of: stylesProperties object, object object, object object
core/post-title
All of: stylesProperties object, object object, object object
core/preformatted
All of: stylesProperties object, object object, object object
core/pullquote
All of: stylesProperties object, object object, object object
core/query
All of: stylesProperties object, object object, object object
core/query-no-results
All of: stylesProperties object, object object, object object
core/query-pagination
All of: stylesProperties object, object object, object object
core/query-pagination-next
All of: stylesProperties object, object object, object object
core/query-pagination-numbers
All of: stylesProperties object, object object, object object
core/query-pagination-previous
All of: stylesProperties object, object object, object object
core/query-title
All of: stylesProperties object, object object, object object
core/query-total
All of: stylesProperties object, object object, object object
core/quote
All of: stylesProperties object, object object, object object
core/read-more
All of: stylesProperties object, object object, object object
core/rss
All of: stylesProperties object, object object, object object
core/search
All of: stylesProperties object, object object, object object
core/separator
All of: stylesProperties object, object object, object object
core/shortcode
All of: stylesProperties object, object object, object object
core/site-logo
All of: stylesProperties object, object object, object object
core/site-tagline
All of: stylesProperties object, object object, object object
core/site-title
All of: stylesProperties object, object object, object object
core/social-link
All of: stylesProperties object, object object, object object
core/social-links
All of: stylesProperties object, object object, object object
core/spacer
All of: stylesProperties object, object object, object object
core/table
All of: stylesProperties object, object object, object object
core/tag-cloud
All of: stylesProperties object, object object, object object
core/template-part
All of: stylesProperties object, object object, object object
core/term-count
All of: stylesProperties object, object object, object object
core/term-description
All of: stylesProperties object, object object, object object
core/term-name
All of: stylesProperties object, object object, object object
core/term-template
All of: stylesProperties object, object object, object object
core/terms-query
All of: stylesProperties object, object object, object object
core/text-columns
All of: stylesProperties object, object object, object object
core/verse
All of: stylesProperties object, object object, object object
core/video
All of: stylesProperties object, object object, object object
core/widget-area
All of: stylesProperties object, object object, object object
core/legacy-widget
All of: stylesProperties object, object object, object object
core/widget-group
All of: stylesProperties object, object object, object object
stylesVariationBlockPropertiesComplete