schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
theme.json
|
style
|
Sets the `border-bottom-style` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
width
|
Sets the `border-bottom-width` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
color
|
Sets the `border-left-color` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
style
|
Sets the `border-left-style` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
width
|
Sets the `border-left-width` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
color
|
Color styles.
|
{"type": "object", "properties": {"background": {"oneOf": [{"type": "string"}, {}]}, "gradient": {"oneOf": [{"type": "string"}, {}]}, "text": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
background
|
Sets the `background-color` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
gradient
|
Sets the `background` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
text
|
Sets the `color` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
dimensions
|
Dimensions styles
|
{"type": "object", "properties": {"minHeight": {"oneOf": [{"type": "string"}, {}]}}}
|
theme.json
|
minHeight
|
Sets the `min-height` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
spacing
|
Spacing styles.
|
{"type": "object", "properties": {"blockGap": {"oneOf": [{"type": "string"}, {}]}, "margin": {"type": "object", "properties": {"top": {"oneOf": [{"type": "string"}, {}]}, "right": {"oneOf": [{"type": "string"}, {}]}, "bottom": {"oneOf": [{"type": "string"}, {}]}, "left": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}, "padding": {"type": "object", "properties": {"top": {"oneOf": [{"type": "string"}, {}]}, "right": {"oneOf": [{"type": "string"}, {}]}, "bottom": {"oneOf": [{"type": "string"}, {}]}, "left": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}}, "additionalProperties": false}
|
theme.json
|
blockGap
|
Sets the `--wp--style--block-gap` CSS custom property when settings.spacing.blockGap is true.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
margin
|
Margin styles.
|
{"type": "object", "properties": {"top": {"oneOf": [{"type": "string"}, {}]}, "right": {"oneOf": [{"type": "string"}, {}]}, "bottom": {"oneOf": [{"type": "string"}, {}]}, "left": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
top
|
Sets the `margin-top` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
right
|
Sets the `margin-right` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
bottom
|
Sets the `margin-bottom` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
left
|
Sets the `margin-left` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
padding
|
Padding styles.
|
{"type": "object", "properties": {"top": {"oneOf": [{"type": "string"}, {}]}, "right": {"oneOf": [{"type": "string"}, {}]}, "bottom": {"oneOf": [{"type": "string"}, {}]}, "left": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
top
|
Sets the `padding-top` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
right
|
Sets the `padding-right` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
bottom
|
Sets the `padding-bottom` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
left
|
Sets the `padding-left` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
typography
|
Typography styles.
|
{"type": "object", "properties": {"fontFamily": {"oneOf": [{"type": "string"}, {}]}, "fontSize": {"oneOf": [{"type": "string"}, {}]}, "fontStyle": {"oneOf": [{"type": "string"}, {}]}, "fontWeight": {"oneOf": [{"type": "string"}, {}]}, "letterSpacing": {"oneOf": [{"type": "string"}, {}]}, "lineHeight": {"oneOf": [{"type": "string"}, {}]}, "textColumns": {"type": "string"}, "textDecoration": {"oneOf": [{"type": "string"}, {}]}, "writingMode": {"oneOf": [{"type": "string"}, {}]}, "textTransform": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
fontFamily
|
Sets the `font-family` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
fontSize
|
Sets the `font-size` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
fontStyle
|
Sets the `font-style` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
fontWeight
|
Sets the `font-weight` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
letterSpacing
|
Sets the `letter-spacing` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
lineHeight
|
Sets the `line-height` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
textColumns
|
Sets the `column-count` CSS property.
|
{"type": "string"}
|
theme.json
|
textDecoration
|
Sets the `text-decoration` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
writingMode
|
Sets the `writing-mode` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
textTransform
|
Sets the `text-transform` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
filter
|
CSS and SVG filter styles.
|
{"type": "object", "properties": {"duotone": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
duotone
|
Sets the duotone filter.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
shadow
|
Box shadow styles.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
outline
|
Outline styles.
|
{"type": "object", "properties": {"color": {"oneOf": [{"type": "string"}, {}]}, "offset": {"oneOf": [{"type": "string"}, {}]}, "style": {"oneOf": [{"type": "string"}, {}]}, "width": {"oneOf": [{"type": "string"}, {}]}}, "additionalProperties": false}
|
theme.json
|
color
|
Sets the `outline-color` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
offset
|
Sets the `outline-offset` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
style
|
Sets the `outline-style` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
width
|
Sets the `outline-width` CSS property.
|
{"oneOf": [{"type": "string"}, {}]}
|
theme.json
|
css
|
Sets custom CSS to apply styling not covered by other theme.json properties.
|
{"type": "string"}
|
theme.json
|
$schema
|
JSON schema URI for theme.json.
|
{"type": "string"}
|
theme.json
|
version
|
Version of theme.json to use.
|
{"type": "integer", "enum": [2]}
|
theme.json
|
title
|
Title of the global styles variation. If not defined, the file name will be used.
|
{"type": "string"}
|
theme.json
|
description
|
Description of the global styles variation.
|
{"type": "string"}
|
theme.json
|
behaviors
|
A list of blocks that have behaviors. This setting controls the display of the Behaviors UI in the block editor.
|
{"type": "object", "properties": {"blocks": {"type": "object", "properties": {"core/image": {}}, "additionalProperties": false}}}
|
theme.json
|
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).
|
{"type": "object", "allOf": [{}, {"properties": {"appearanceTools": {}, "useRootPaddingAwareAlignments": {}, "color": {}, "layout": {}, "spacing": {}, "typography": {}, "border": {}, "shadow": {}, "position": {}, "dimensions": {}, "custom": {}, "blocks": {}}, "additionalProperties": false}]}
|
theme.json
|
blocks
|
Settings defined on a per-block basis.
|
{}
|
theme.json
|
styles
|
Organized way to set CSS properties. Styles in the top-level will be added in the `body` selector.
|
{"type": "object", "allOf": [{}, {"properties": {"border": {}, "color": {}, "spacing": {}, "typography": {}, "filter": {}, "shadow": {}, "outline": {}, "css": {}, "elements": {}, "blocks": {}}, "additionalProperties": false}]}
|
theme.json
|
elements
|
Styles defined on a per-element basis using the element's selector.
|
{}
|
theme.json
|
blocks
|
Styles defined on a per-block basis using the block's selector.
|
{}
|
theme.json
|
customTemplates
|
Additional metadata for custom templates defined in the templates folder.
|
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "postTypes": {"type": "array", "items": {"type": "string"}, "default": ["page"]}}, "required": ["name", "title"], "additionalProperties": false}}
|
theme.json
|
name
|
Filename, without extension, of the template in the templates folder.
|
{"type": "string"}
|
theme.json
|
title
|
Title of the template, translatable.
|
{"type": "string"}
|
theme.json
|
postTypes
|
List of post types that can use this custom template.
|
{"type": "array", "items": {"type": "string"}, "default": ["page"]}
|
theme.json
|
templateParts
|
Additional metadata for template parts defined in the parts folder.
|
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "area": {"type": "string", "default": "uncategorized"}}, "required": ["name"], "additionalProperties": false}}
|
theme.json
|
name
|
Filename, without extension, of the template in the parts folder.
|
{"type": "string"}
|
theme.json
|
title
|
Title of the template, translatable.
|
{"type": "string"}
|
theme.json
|
area
|
The area the template part is used for. Block variations for `header` and `footer` values exist and will be used when the area is set to one of those.
|
{"type": "string", "default": "uncategorized"}
|
theme.json
|
patterns
|
An array of pattern slugs to be registered from the Pattern Directory.
|
{"type": "array", "items": {"type": "string"}}
|
dependabot-2.0.json
|
direct
|
All explicitly defined dependencies.
|
{}
|
dependabot-2.0.json
|
indirect
|
Dependencies of direct dependencies (also known as sub-dependencies, or transient dependencies).
|
{}
|
dependabot-2.0.json
|
all
|
All explicitly defined dependencies. For bundler, pip, composer, cargo, also the dependencies of direct dependencies.
|
{}
|
dependabot-2.0.json
|
production
|
Only dependencies in the 'Product dependency group'.
|
{}
|
dependabot-2.0.json
|
development
|
Only dependencies in the 'Development dependency group'.
|
{}
|
dependabot-2.0.json
|
lockfile-only
|
Only create pull requests to update lockfiles updates. Ignore any new versions that would require package manifest changes.
|
{}
|
dependabot-2.0.json
|
auto
|
Follow the default strategy described above.
|
{}
|
dependabot-2.0.json
|
widen
|
Relax the version requirement to include both the new and old version, when possible.
|
{}
|
dependabot-2.0.json
|
increase
|
Always increase the version requirement to match the new version.
|
{}
|
dependabot-2.0.json
|
increase-if-necessary
|
Increase the version requirement only when required by the new version.
|
{}
|
dependabot-2.0.json
|
allow
|
Customize which updates are allowed
|
{"type": "array", "items": {"type": "object", "properties": {"dependency-name": {"type": "string"}, "dependency-type": {}}}}
|
dependabot-2.0.json
|
assignees
|
Assignees to set on pull requests
|
{"type": "array", "items": {"type": "string"}, "minimum": 1}
|
dependabot-2.0.json
|
commit-message
|
Commit message preferences
|
{"type": "object", "properties": {"prefix": {"type": "string"}, "prefix-development": {"type": "string"}, "include": {"type": "string", "enum": ["scope"], "default": "scope"}}}
|
dependabot-2.0.json
|
directory
|
Location of package manifests
|
{"type": "string", "default": "/"}
|
dependabot-2.0.json
|
ignore
|
Ignore certain dependencies or versions
|
{"type": "array", "items": {"type": "object", "properties": {"dependency-name": {"type": "string"}, "update-types": {}, "versions": {"type": "array", "items": {"type": "string"}}}}}
|
dependabot-2.0.json
|
insecure-external-code-execution
|
Allow or deny code execution in manifest files
|
{}
|
dependabot-2.0.json
|
labels
|
Labels to set on pull requests
|
{"type": "array", "items": {"type": "string"}, "default": ["dependencies"]}
|
dependabot-2.0.json
|
milestone
|
Milestone to set on pull requests
|
{"anyOf": [{"type": "string"}, {"type": "integer"}]}
|
dependabot-2.0.json
|
open-pull-requests-limit
|
Limit number of open pull requests for version updates
|
{"type": "integer", "default": 5}
|
dependabot-2.0.json
|
package-ecosystem
|
Package manager to use
|
{}
|
dependabot-2.0.json
|
pull-request-branch-name
|
Pull request branch name preferences
|
{"type": "object", "properties": {"separator": {"type": "string", "default": "/", "enum": ["-", "_", "/"]}}, "required": ["separator"]}
|
dependabot-2.0.json
|
separator
|
Change separator for PR branch name
|
{"type": "string", "default": "/", "enum": ["-", "_", "/"]}
|
dependabot-2.0.json
|
rebase-strategy
|
Disable automatic rebasing
|
{"type": "string", "enum": ["auto", "disabled"], "default": "auto"}
|
dependabot-2.0.json
|
reviewers
|
Reviewers to set on pull requests
|
{"type": "array", "items": {"type": "string"}, "minimum": 1}
|
dependabot-2.0.json
|
schedule
|
Schedule preferences
|
{"type": "object", "properties": {"interval": {}, "day": {}, "time": {"type": "string"}, "timezone": {"type": "string", "default": "05:00 UTC"}}}
|
dependabot-2.0.json
|
day
|
Specify an alternative day to check for updates
|
{}
|
dependabot-2.0.json
|
time
|
Specify an alternative time of day to check for updates (format: hh:mm)
|
{"type": "string"}
|
dependabot-2.0.json
|
timezone
|
The time zone identifier must be from the Time Zone database maintained by IANA
|
{"type": "string", "default": "05:00 UTC"}
|
dependabot-2.0.json
|
target-branch
|
Branch to create pull requests against
|
{"type": "string"}
|
dependabot-2.0.json
|
vendor
|
Update vendored or cached dependencies
|
{"type": "boolean"}
|
dependabot-2.0.json
|
versioning-strategy
|
How to update manifest version requirements
|
{}
|
dependabot-2.0.json
|
registry
|
The top-level registries key is optional. It allows you to specify authentication details that Dependabot can use to access private package registries.
|
{"type": "object", "additionalProperties": false, "patternProperties": {".*": {"type": "object", "additionalProperties": false, "properties": {"type": {"enum": ["composer-repository", "docker-registry", "git", "hex-organization", "hex-repository", "maven-repository", "npm-registry", "nuget-feed", "python-index", "rubygems-server", "terraform-registry"]}, "url": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "key": {"type": "string"}, "token": {"type": "string"}, "replaces-base": {"type": "boolean"}, "organization": {"type": "string"}, "repo": {"type": "string"}, "auth-key": {"type": "string"}, "public-key-fingerprint": {"type": "string"}}, "required": ["type"]}}}
|
dependabot-2.0.json
|
type
|
Identifies the type of registry.
|
{"enum": ["composer-repository", "docker-registry", "git", "hex-organization", "hex-repository", "maven-repository", "npm-registry", "nuget-feed", "python-index", "rubygems-server", "terraform-registry"]}
|
dependabot-2.0.json
|
url
|
The URL to use to access the dependencies in this registry. The protocol is optional. If not specified, https:// is assumed. Dependabot adds or ignores trailing slashes as required.
|
{"type": "string"}
|
dependabot-2.0.json
|
username
|
The username that Dependabot uses to access the registry.
|
{"type": "string"}
|
dependabot-2.0.json
|
password
|
A reference to a Dependabot secret containing the password for the specified user.
|
{"type": "string"}
|
dependabot-2.0.json
|
key
|
A reference to a Dependabot secret containing an access key for this registry.
|
{"type": "string"}
|
dependabot-2.0.json
|
token
|
A reference to a Dependabot secret containing an access token for this registry.
|
{"type": "string"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.