more crazy example text
This commit is contained in:
@@ -36,17 +36,17 @@ export const data: Array<DocumentNode> = [
|
||||
properties: [
|
||||
{
|
||||
alias: 'myHeadline',
|
||||
label: 'Textarea label 1',
|
||||
description: 'this is a textarea property',
|
||||
label: 'Headline',
|
||||
description: 'Text string property',
|
||||
dataTypeKey: 'dt-1',
|
||||
tempValue: 'hello world 1',
|
||||
tempValue: 'The daily life at Umbraco HQ',
|
||||
},
|
||||
{
|
||||
alias: 'myDescription',
|
||||
label: 'Text string label 1',
|
||||
description: 'This is the a text string property',
|
||||
label: 'Description',
|
||||
description: 'Textarea property',
|
||||
dataTypeKey: 'dt-2',
|
||||
tempValue: 'Tex areaaaa 1',
|
||||
tempValue: 'Every day, a rabbit in a military costume greets me at the front door',
|
||||
},
|
||||
],
|
||||
/*
|
||||
@@ -90,28 +90,28 @@ export const data: Array<DocumentNode> = [
|
||||
properties: [
|
||||
{
|
||||
alias: 'myHeadline',
|
||||
label: 'Textarea label 2',
|
||||
description: 'this is a textarea property',
|
||||
label: 'Text string label',
|
||||
description: 'this is a text string property',
|
||||
dataTypeKey: 'dt-1',
|
||||
tempValue: 'hello world 2',
|
||||
tempValue: 'Is it all just fun and curling and scary rabbits?',
|
||||
},
|
||||
{
|
||||
alias: 'myDescription',
|
||||
label: 'Text string label 2',
|
||||
description: 'This is the a text string property',
|
||||
label: 'Textarea label',
|
||||
description: 'This is the a textarea property',
|
||||
dataTypeKey: 'dt-2',
|
||||
tempValue: 'Tex areaaaa 2',
|
||||
tempValue: 'So no, there\'s not confetti every day. And no, there\'s not champagne every week or a crazy rabbit running around 🐰',
|
||||
},
|
||||
{
|
||||
alias: 'myExternalEditor',
|
||||
label: 'External label 1',
|
||||
label: 'External label',
|
||||
description: 'This is the a external property',
|
||||
dataTypeKey: 'dt-3',
|
||||
tempValue: 'Tex lkasdfkljdfsa 1',
|
||||
},
|
||||
{
|
||||
alias: 'myContextExampleEditor',
|
||||
label: 'Context example label 1',
|
||||
label: 'Context example label',
|
||||
description: 'This is the a example property',
|
||||
dataTypeKey: 'dt-4',
|
||||
tempValue: '',
|
||||
|
||||
Reference in New Issue
Block a user