Browse Source

tinyMCE integration

AlexiCauvin 7 years ago
parent
commit
52e3f860d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/container/PageHtml.jsx

+ 2 - 0
src/container/PageHtml.jsx View File

97
       content: fetchResultPageHtml.json,
97
       content: fetchResultPageHtml.json,
98
       timeline: fetchResultTimeline.json
98
       timeline: fetchResultTimeline.json
99
     })
99
     })
100
+
101
+    wysiwyg()
100
   }
102
   }
101
 
103
 
102
   handleClickBtnCloseApp = () => {
104
   handleClickBtnCloseApp = () => {