r7-labs / R7.Epsilon

Highly customizable, multiportal, responsive skin for DNN Platform based on Bootstrap 4
GNU Affero General Public License v3.0
5 stars 2 forks source link

Bootstrap templates for CKEditor #128

Open roman-yagodin opened 5 years ago

roman-yagodin commented 5 years ago
roman-yagodin commented 5 years ago

Template file format:

<?xml version="1.0" encoding="utf-8" ?>
<Templates imagesBasePath="/DotNetNuke/Portals/0/images" templateName="default">
    <Template title="Template title here...">
    <Description>Template description here...</Description>
    <Html><![CDATA[
             Template markup here...
        ]]>
    </Html>
    </Template>
</Templates>