J
J
jaster3512017-11-19 18:08:10
CKEditor
jaster351, 2017-11-19 18:08:10

CKEditor cuts bootstrap tags. How to set it up?

Hello CKEDITOR removes what does not need to be removed. You are welcome. help set up his
CKEDITOR editor config

CKEDITOR.editorConfig = function( config ) {
  /*config.indentClasses = ["ul-grey", "ul-red", "text-red", "ul-content-red", "circle", "style-none", "decimal", "paragraph-portfolio-top", "ul-portfolio-top", "url-portfolio-top", "text-grey"];
        config.protectedSource.push(/<(style)[^>]*>.*<\/style>/ig);
        config.protectedSource.push(/<(script)[^>]*>.*<\/script>/ig);// разрешить теги <script>
        config.protectedSource.push(/<(i)[^>]*>.*<\/i>/ig);// разрешить теги <i>
        config.protectedSource.push(/<(h4)[^>]*>.*<\/h4>/ig);// разрешить теги <h4>
        config.protectedSource.push( /<a.*?><\/a>/g );// разрешить теги <a>
        config.protectedSource.push(/<\?[\s\S]*?\?>/g);// разрешить php-код
        config.protectedSource.push(/<!--dev-->[\s\S]*<!--\/dev-->/g); */
     config.fullPage = false;
        config.allowedContent = true; /* all tags */
    };

it should be
<div class="panel panel-default">
                  <div class="panel-heading" role="tab" id="heading-17">
                    <h4 class="panel-title">
                      <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-17" aria-expanded="true" aria-controls="collapse-17">
                        Как я могу связаться с вами, если мне нужна помощь? <span class="arr"></span>
                      </a>
                    </h4>
                  </div>
                  <div id="collapse-17" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-17">
                    <div class="panel-body">
                   <p>Свяжитесь с нами по адресу: [email protected]адресайта  или просто заполните эту форму: <a href="/content/support">https://адресайта /support</a></p>
                    </div>
                  </div>
                </div>

how cuts
<div class="panel panel-default">
<div class="panel-heading" id="heading-17">
<h4><a href="#collapse-17">Как я могу связаться с вами, если мне нужна помощь? </a></h4>
</div>

<div class="panel-collapse collapse" id="collapse-17">
<div class="panel-body">
<p>Свяжитесь с нами по адресу: [email protected]адресайта или просто заполните эту форму: <a href="/content/support">https://адресайта /support</a></p>
</div>
</div>
</div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question