Schema Documentation
CoreCodeAttributes
Description
Attributes of the %s Block Type
Fields
Field Name | Description |
---|---|
align - String | The "align" field on the "CoreCode" block |
anchor - String | The anchor field for the block. |
backgroundColor - String | The "backgroundColor" field on the "CoreCode" block |
borderColor - String | The "borderColor" field on the "CoreCode" block |
className - String | The "className" field on the "CoreCode" block |
content - String | The "content" field on the "CoreCode" block |
cssClassName - String | The "cssClassName" field on the "CoreCode" block |
fontFamily - String | The "fontFamily" field on the "CoreCode" block |
fontSize - String | The "fontSize" field on the "CoreCode" block |
gradient - String | The "gradient" field on the "CoreCode" block |
lock - BlockAttributesObject | The "lock" field on the "CoreCode" block |
style - BlockAttributesObject | The "style" field on the "CoreCode" block |
textColor - String | The "textColor" field on the "CoreCode" block |
Example
{"align":"abc123","anchor":"xyz789","backgroundColor":"abc123","borderColor":"xyz789","className":"xyz789","content":"xyz789","cssClassName":"xyz789","fontFamily":"abc123","fontSize":"xyz789","gradient":"xyz789","lock":BlockAttributesObject,"style":BlockAttributesObject,"textColor":"xyz789"}