]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Attr.IDPrefix.txt
CommitLineData
d4949327
NL
1Attr.IDPrefix\r
2TYPE: string\r
3VERSION: 1.2.0\r
4DEFAULT: ''\r
5--DESCRIPTION--\r
6String to prefix to IDs. If you have no idea what IDs your pages may use,\r
7you may opt to simply add a prefix to all user-submitted ID attributes so\r
8that they are still usable, but will not conflict with core page IDs.\r
9Example: setting the directive to 'user_' will result in a user submitted\r
10'foo' to become 'user_foo' Be sure to set %HTML.EnableAttrID to true\r
11before using this.\r
12--# vim: et sw=4 sts=4\r