2016-05-12 3 views
1

Я передаю изображение, которое имеющее HTML ниже: -Antisamy-TinyMCE удаления <img> тег

<p>tag img src="http://some image url link" alt="N2QWv.png (512&times;512)" /></p> 

и мой тег становится удален, хотя я не представил его в теге удалить.

Я не хочу, чтобы мой тег был удален. Пожалуйста, любой, кто может помочь с этим

ответ

1

Дайте ниже в файле политики: -

<tag name="img" action="validate"> 
    <attribute name="src" /> 
    <attribute name="style" /> 
    <attribute name="title" /> 
    <attribute name="alt" /> 
</tag> 

<attribute name="alt" description="The 'alt' attribute provides alternative text to users when its visual representation is not available"> 
    <regexp-list> 
     <regexp name="paragraph" /> 
    </regexp-list> 
</attribute> 

В глобальной атрибута тега добавить следующее: -

<attribute name="src" />