From 8d6aef48b04f359638c388eec806a7983589a518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 3 Jun 2022 12:33:59 +0200 Subject: [PATCH] more crazy example text --- .../src/mocks/data/content.data.ts | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/mocks/data/content.data.ts b/src/Umbraco.Web.UI.Client/src/mocks/data/content.data.ts index 5bdd4c4d48..d41097a685 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/data/content.data.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/data/content.data.ts @@ -36,17 +36,17 @@ export const data: Array = [ 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 = [ 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: '',