# extendify/3.2.0/src/Agent/lib/setting-text-blocks.js

Extendify, version 3.2.0. 7 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.0/code/src/Agent/lib/setting-text-blocks.js
- Raw: https://pluginprobe.com/plugins/extendify/3.2.0/raw/src/Agent/lib/setting-text-blocks.js
- Modified: 2026-09-09T18:23:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.2.0/code/src/Agent/lib/setting-text-blocks.js#L10-L20`.

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

```
