-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeframe.xml
More file actions
38 lines (38 loc) · 1.94 KB
/
Copy pathcodeframe.xml
File metadata and controls
38 lines (38 loc) · 1.94 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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_CODEFRAME</name>
<author>Автор</author>
<creationDate>March 2024</creationDate>
<copyright>Copyright (C) 2024. Все права защищены.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>your.email@example.com</authorEmail>
<authorUrl>www.example.com</authorUrl>
<version>1.0.0</version>
<description>PLG_CONTENT_CODEFRAME_XML_DESCRIPTION</description>
<files>
<filename plugin="codeframe">codeframe.php</filename>
<folder>lang</folder>
</files>
<languages>
<language tag="en-GB">lang/en-GB.plg_content_codeframe.ini</language>
<language tag="en-GB">lang/en-GB.plg_content_codeframe.sys.ini</language>
<language tag="ru-RU">lang/ru-RU.plg_content_codeframe.ini</language>
<language tag="ru-RU">lang/ru-RU.plg_content_codeframe.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic" label="PLG_CONTENT_CODEFRAME_FIELD_PRISM_THEME_LABEL">
<field name="prism_theme" type="list" default="prism" label="PLG_CONTENT_CODEFRAME_FIELD_PRISM_THEME_LABEL" description="PLG_CONTENT_CODEFRAME_FIELD_PRISM_THEME_DESC">
<option value="prism">Prism (светлая)</option>
<option value="prism-dark">Prism Dark</option>
<option value="prism-coy">Coy</option>
<option value="prism-funky">Funky</option>
<option value="prism-okaidia">Okaidia</option>
<option value="prism-solarizedlight">Solarized Light</option>
<option value="prism-tomorrow">Tomorrow</option>
<option value="prism-twilight">Twilight</option>
</field>
</fieldset>
</fields>
</config>
</extension>