-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbcode.xml
More file actions
executable file
·21 lines (21 loc) · 774 Bytes
/
bbcode.xml
File metadata and controls
executable file
·21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/5.4/bbcode.xsd">
<import>
<bbcode name="progress">
<buttonlabel>wcf.editor.button.progress</buttonlabel>
<classname>wcf\system\bbcode\ProgressBBCode</classname>
<wysiwygicon>bars-progress</wysiwygicon>
<isBlockElement>1</isBlockElement>
<wysiwyg>1</wysiwyg>
<attributes>
<attribute name="0">
<validationpattern>^[0-9]$|^[1-9][0-9]$|^(100)$</validationpattern>
<required>1</required>
</attribute>
<attribute name="1">
<validationpattern>[0-9]</validationpattern>
</attribute>
</attributes>
</bbcode>
</import>
</data>