| import type { Value } from '@react-page/editor'; | |
| export const demoSimpleReadOnly: Value = { | |
| id: '2390df', | |
| version: 1, | |
| rows: [ | |
| { | |
| id: '4c7d90', | |
| cells: [ | |
| { | |
| id: '95d678', | |
| size: 12, | |
| plugin: { id: 'ory/editor/core/content/slate', version: 1 }, | |
| dataI18n: { | |
| undefined: { | |
| slate: [ | |
| { | |
| children: [{ text: 'Next Level Content Editing' }], | |
| type: 'HEADINGS/HEADING-TWO', | |
| data: { align: 'center' }, | |
| }, | |
| { | |
| children: [{ text: 'ReactPage' }], | |
| type: 'HEADINGS/HEADING-ONE', | |
| data: { align: 'center' }, | |
| }, | |
| ], | |
| }, | |
| }, | |
| rows: [], | |
| inline: null, | |
| }, | |
| ], | |
| }, | |
| ], | |
| }; | |