B
Snow Monkey Editor Content

Block styles

Block styles

What it does

Block styles It is one of the abilities the Snow Monkey Editor plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

snow-monkey-editor.block-styles
{
  "ability": "snow-monkey-editor.block-styles",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Snow Monkey Editor abilities

All Snow Monkey Editor abilities β†’
P
Publish date time settings
Snow Monkey Editor
Publish date time settings
E
Edit lock by user roles
Snow Monkey Editor
Edit lock by user roles. (Only administrators can set it)
B
Block presets
Snow Monkey Editor
Block presets
F
Filter hooks (JavaScript)
Snow Monkey Editor
Filter hooks (JavaScript)
I
Import { addFilter } from '@wordpress/hooks'
Snow Monkey Editor
import { addFilter } from '@wordpress/hooks';