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: '',