File size: 875 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
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,
},
],
},
],
};
|