- Paragraph can be justified full or wide
Block example
Paragraph example
theme.json
Paragraph
- core/paragraph
| Category | Configuration |
|---|---|
| Color | background: Available gradient: Available text: Available link: Available |
| Typography | fontSize: Available lineHeight: Available fitText: Available textAlign: Available textColumns: Available textIndent: Available |
| Spacing | padding: Available margin: Available blockGap: — |
| Border | border: Available radius: Available |
| Filter | duotone: Available |
| Shadow | Available |
| Css | Available |
Json example
"core/paragraph": {
"color": {
"text": "var(--wp--preset--color--on-surface)"
},
"elements": {
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--tertiary-container)"
}
},
"color": {
"text": "var(--wp--preset--color--tertiary)"
}
}
}
}




