📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 16:43:20
📂
/ (Root)
/
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
pagelayer-pro
/
js
/
react
/
src
/
components
📍 /usr/local/sitepad/editor/site-data/plugins/pagelayer-pro/js/react/src/components
🔄 Refresh
✏️
Editing: html-to-react.js
Read Only
import React from '@wordpress/element'; // TODO delete this not in use till now export const HtmlToReact = (props) => { const htmlInput = props.html; return ( <div dangerouslySetInnerHTML={{ __html: htmlInput }} /> ); }
💾 Save Changes
❌ Cancel