TF-4142 Implement hyperlink insertion

This commit is contained in:
dab246
2025-11-10 12:09:19 +07:00
committed by Dat H. Pham
parent db22415a3e
commit 249520b711
14 changed files with 257 additions and 4 deletions
+43 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2025-11-05T13:34:06.612241",
"@@last_modified": "2025-11-10T12:07:59.064737",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -5069,5 +5069,47 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"insertLink": "Insert link",
"@insertLink": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"goTo": "Go to",
"@goTo": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"change": "Change",
"@change": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"removeLink": "Remove link",
"@removeLink": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"text": "Text",
"@text": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"typeOrPasteLink": "Type or paste a link",
"@typeOrPasteLink": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"apply": "Apply",
"@apply": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}