| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="richtext-tinymce" url="http://openacs.org/repository/apm/packages/richtext-tinymce" type="apm_service"> |
| |
5 |
5 |
<package-name>Richtext TinyMCE</package-name> |
| |
6 |
6 |
<pretty-plural>Richtext TinyMCE</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>t</singleton-p> |
| |
9 |
9 |
<implements-subsite-p>f</implements-subsite-p> |
| |
10 |
10 |
<inherit-templates-p>f</inherit-templates-p> |
| |
11 |
11 |
|
| |
12 |
|
<version name="2.1.5" url="http://openacs.org/repository/download/apm/richtext-tinymce-2.1.5.apm"> |
| |
|
12 |
<version name="2.1.6" url="http://openacs.org/repository/download/apm/richtext-tinymce-2.1.6.apm"> |
| |
13 |
13 |
<owner url="mailto:antonio@elettrotecnica.it">Antonio Pisano</owner> |
| |
14 |
14 |
<summary>Richtext editor plugin for integrating TinyMCE in OpenACS</summary> |
| |
15 |
15 |
<release-date>2024-09-02</release-date> |
| |
16 |
16 |
<maturity>2</maturity> |
| |
17 |
17 |
|
| |
18 |
|
<provides url="richtext-tinymce" version="2.1.5"/> |
| |
|
18 |
<provides url="richtext-tinymce" version="2.1.6"/> |
| |
19 |
19 |
<requires url="acs-tcl" version="5.10.1"/> |
| |
20 |
20 |
<requires url="acs-templating" version="5.10.1"/> |
| |
21 |
21 |
<requires url="attachments" version="0.14.0"/> |
| |
22 |
22 |
|
| |
23 |
23 |
<callbacks> |
| |
24 |
24 |
<callback type="after-upgrade" proc="richtext::tinymce::apm::after_upgrade"/> |
| |
25 |
25 |
</callbacks> |
| |
26 |
26 |
<parameters> |
| |
27 |
27 |
<parameter scope="global" datatype="string" min_n_values="1" max_n_values="1" name="APIKey" default="no-api-key" description="API key, required when the editor should be used from CDN. To generate one, refer to https://www.tiny.cloud/docs/tinymce/latest/cloud-quick-start/#add-your-api-key." section_name="Hosting"/> |
| |
28 |
28 |
<parameter scope="global" datatype="text" min_n_values="1" max_n_values="1" name="DefaultConfig" default="relative_urls "false" |
| |
29 |
29 |
plugins "table,save,preview,image,media,searchreplace,fullscreen,code"" description="This is a tcl dict of default tinymce config options. Refer to https://www.tiny.cloud/docs/tinymce/latest/ for all the available configuration parameters." section_name="Configuration"/> |
| |
30 |
30 |
</parameters> |
| |
31 |
31 |
|
| |
32 |
32 |
</version> |
| |
33 |
33 |
</package> |