diff --git a/projects/common/models/elements/text/text.ts b/projects/common/models/elements/text/text.ts
index 9a1bccf11b7bc94d33adc589ccea60536977c10a..199e09da0cb5d7060a065f9f638a20c8e84fc174 100644
--- a/projects/common/models/elements/text/text.ts
+++ b/projects/common/models/elements/text/text.ts
@@ -50,7 +50,7 @@ export class TextElement extends UIElement implements PositionedUIElement {
     return {
       id: this.id,
       type: 'string',
-      format: 'coloredSelectionRange',
+      format: 'text-selection',
       multiple: true,
       nullable: false,
       values: [],