parent
5ac2b20ff2
commit
c5f2aa0a97
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ return [
|
|||
],
|
||||
// Разрешенные атрибуты тегов / Allowed tag attributes
|
||||
'cfgAllowTagParams' => [
|
||||
['a', ['class', 'title', 'href']],
|
||||
['a', ['class', 'title', 'href', 'rel']],
|
||||
['abbr', ['class']],
|
||||
['address', ['class']],
|
||||
['article', ['class']],
|
||||
|
@ -110,7 +110,7 @@ return [
|
|||
// [тег, атрибут, значение, перезапись существующего атрибута]
|
||||
// [tag, attribute, value, overwrite existing attribute]
|
||||
'cfgSetTagParamDefault' => [
|
||||
['a', 'rel', 'ugc', true],
|
||||
// ['a', 'rel', 'ugc', false],
|
||||
['img', 'alt', 'image', false],
|
||||
['img', 'loading', 'lazy', true],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue