Title: core/quote layout using theme.json
Last modified: February 14, 2022

---

# core/quote layout using theme.json

 *  [JonasVorwerk](https://wordpress.org/support/users/jonasvorwerk/)
 * (@jonasvorwerk)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/core-quote-layout-using-theme-json/)
 * Currently we’re probably all learning all new WP functions, blocks, patterns 
   and so on. The new theme.json is truly great, it’s just hard to find documentation
   and examples.
    I’m trying to layout the quote block using the theme.json file.
 * This works
 *     ```
       		"core/quote": {
       			"typography": {
       				"fontFamily": "GT-Walsheim-Bold",
       				"fontSize": "48px",
       				"lineHeight": "52px",
       				"fontStyle": "italic"
       			},
       			"color": {
       				"text": "black"
       			},
       			"border":{
       				"radius": "0",
       				"color": "#000",
       				"style": "solid",
       				"width": "0",
       				"color": "#000"
       			},
       			"spacing": {
       				"margin": {
       					"top": "0",
       					"right": "auto",
       					"bottom": "0",
       					"left": "auto"
       				},
       				"padding": {
       					"top": "0",
       					"right": "0",
       					"bottom": "0",
       					"left": "0"
       				}
       			}
       		},
       ```
   
 * But the next step would be, changing the citation but I can’t figure out how.
   I’ve tried adding
 *     ```
       "citation": {
       				"typography": {
       					"fontSize": "24px",
       					"fontStyle": "normal",
       					"fontWeight": "400"
       				},
       				"spacing": {
       					"margin": {
       						"top": "0",
       						"right": "auto",
       						"bottom": "0",
       						"left": "auto"
       					}		
       				},
       				"color": {
       					"text": "aqua"
       				}
       			}
       ```
   
 * with no luck..
    Also I would like to hide the other quote styles.
    -  This topic was modified 4 years, 3 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcore-quote-layout-using-theme-json%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/core-quote-layout-using-theme-json/#post-15364935)
 * > The new theme.json is truly great, it’s just hard to find documentation and
   > examples.
 * See if this 5.9 Field Guide can help:
 * > [New API to access global settings & styles](https://make.wordpress.org/core/2022/01/04/new-api-to-access-global-settings-styles/)
 * > [Updates for Settings, Styles, and theme.json](https://make.wordpress.org/core/2022/01/08/updates-for-settings-styles-and-theme-json/)
 * Also:
    [https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/)

Viewing 1 replies (of 1 total)

The topic ‘core/quote layout using theme.json’ is closed to new replies.

## Tags

 * [block](https://wordpress.org/support/topic-tag/block/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [quote](https://wordpress.org/support/topic-tag/quote/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/core-quote-layout-using-theme-json/#post-15364935)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
