aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html')
-rw-r--r--node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
index 9595d7ab..9bb4b0df 100644
--- a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
+++ b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
@@ -6,25 +6,25 @@
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8<head> 8<head>
9 <title></title> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="rich-text-linkpopup.css"> 10 <link rel="stylesheet" href="rich-text-linkpopup.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12{
13 "link": { 13 "link": {
14 "prototype": "ui/anchor.reel", 14 "prototype": "ui/anchor.reel",
15 "properties": { 15 "properties": {
16 "element": {"#": "link"} 16 "element": {"#": "link"}
17 } 17 }
18 }, 18 },
19 19
20 "owner": { 20 "owner": {
21 "prototype": "ui/rich-text-editor/overlays/rich-text-linkpopup.reel[RichTextLinkPopup]", 21 "prototype": "ui/rich-text-editor/overlays/rich-text-linkpopup.reel[RichTextLinkPopup]",
22 "properties": { 22 "properties": {
23 "element": {"#": "linkpopup-container"}, 23 "element": {"#": "linkpopup-container"},
24 "link": {"@": "link"} 24 "link": {"@": "link"}
25 }
26 }
27 } 25 }
26 }
27}
28 </script> 28 </script>
29</head> 29</head>
30<body> 30<body>
@@ -32,4 +32,4 @@
32 <a data-montage-id="link" target="_blank"></a> 32 <a data-montage-id="link" target="_blank"></a>
33 </div> 33 </div>
34</body> 34</body>
35</html> 35</html> \ No newline at end of file