| 1 |
// These render a site setting's value, so their text is nowhere in the block |
| 2 |
// markup — the schema has to offer it and the patch has to write the row. |
| 3 |
export const SETTING_TEXT_BLOCKS = { |
| 4 |
'core/site-title': 'title', |
| 5 |
'core/site-tagline': 'description', |
| 6 |
}; |
| 7 |
|