diff --git a/modules/ROOT/examples/live-demos/fullpagehtml/index.js b/modules/ROOT/examples/live-demos/fullpagehtml/index.js
new file mode 100644
index 0000000000..9d5f2b8cc4
--- /dev/null
+++ b/modules/ROOT/examples/live-demos/fullpagehtml/index.js
@@ -0,0 +1,16 @@
+tinymce.init({
+ selector: 'textarea#fullpagehtml',
+ height: '800px',
+ plugins: [
+ "fullpagehtml", "advlist", "anchor", "autolink", "charmap", "code", "fullscreen",
+ "help", "image", "insertdatetime", "link", "lists", "media",
+ "preview", "searchreplace", "table", "visualblocks",
+ ],
+ toolbar: "fullpagehtml | undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
+ // Full Page HTML Plugin Configuration Options
+ fullpagehtml_default_doctype: '',
+ fullpagehtml_default_title: 'Full Page HTML Plugin Demo Document',
+ fullpagehtml_default_encoding: 'UTF-8',
+ fullpagehtml_default_body_style: 'margin: 20px; padding: 15px; font-family: Georgia, Times, serif; font-size: 16px; color: #2c3e50;',
+ fullpagehtml_hide_in_source_view: false // Show full page HTML in source view
+});
\ No newline at end of file
diff --git a/modules/ROOT/images/icons/default-document-properties.svg b/modules/ROOT/images/icons/default-document-properties.svg
new file mode 100644
index 0000000000..bc305f278e
--- /dev/null
+++ b/modules/ROOT/images/icons/default-document-properties.svg
@@ -0,0 +1 @@
+