Schema Documentation

CoreListAttributes

Description

Attributes of the %s Block Type

Fields
Field NameDescription
anchor - String The anchor field for the block.
backgroundColor - String The "backgroundColor" field on the "CoreList" block
className - String The "className" field on the "CoreList" block
fontFamily - String The "fontFamily" field on the "CoreList" block
fontSize - String The "fontSize" field on the "CoreList" block
gradient - String The "gradient" field on the "CoreList" block
lock - BlockAttributesObject The "lock" field on the "CoreList" block
ordered - Boolean The "ordered" field on the "CoreList" block
placeholder - String The "placeholder" field on the "CoreList" block
reversed - Boolean The "reversed" field on the "CoreList" block
start - Float The "start" field on the "CoreList" block
style - BlockAttributesObject The "style" field on the "CoreList" block
textColor - String The "textColor" field on the "CoreList" block
type - String The "type" field on the "CoreList" block
values - String The "values" field on the "CoreList" block
Example
{"anchor":"abc123","backgroundColor":"abc123","className":"xyz789","fontFamily":"xyz789","fontSize":"xyz789","gradient":"abc123","lock":BlockAttributesObject,"ordered":true,"placeholder":"xyz789","reversed":false,"start":123.45,"style":BlockAttributesObject,"textColor":"abc123","type":"abc123","values":"xyz789"}