forked from joomla/joomla-cms
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtinymce.xml
More file actions
63 lines (60 loc) · 1.66 KB
/
tinymce.xml
File metadata and controls
63 lines (60 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="editors" method="upgrade">
<name>plg_editors_tinymce</name>
<version>8.3.2</version>
<creationDate>2005-08</creationDate>
<author>Tiny Technologies, Inc</author>
<authorEmail>N/A</authorEmail>
<authorUrl>https://www.tiny.cloud</authorUrl>
<copyright>Tiny Technologies, Inc</copyright>
<license>MIT</license>
<description>PLG_TINY_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Editors\TinyMCE</namespace>
<files>
<folder>forms</folder>
<folder plugin="tinymce">services</folder>
<folder>src</folder>
</files>
<media destination="plg_editors_tinymce" folder="media">
<folder>tinymce</folder>
</media>
<languages>
<language tag="en-GB">language/en-GB/plg_editors_tinymce.ini</language>
<language tag="en-GB">language/en-GB/plg_editors_tinymce.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic" addfieldprefix="Joomla\Plugin\Editors\TinyMCE\Field">
<field
name="configuration"
type="tinymcebuilder"
label="PLG_TINY_BUILDER"
hiddenLabel="true"
/>
</fieldset>
<fieldset name="advanced" label="PLG_TINY_FIELD_LABEL_ADVANCEDPARAMS">
<field
name="sets_amount"
type="number"
label="PLG_TINY_FIELD_NUMBER_OF_SETS_LABEL"
filter="int"
validate="number"
min="3"
default="3"
/>
<field
name="html_height"
type="text"
label="PLG_TINY_FIELD_HTMLHEIGHT_LABEL"
default="550px"
/>
<field
name="html_width"
type="text"
label="PLG_TINY_FIELD_HTMLWIDTH_LABEL"
default=""
/>
</fieldset>
</fields>
</config>
</extension>