Skip to content

Commit c51ba43

Browse files
committed
update manifest file
1 parent 029d924 commit c51ba43

File tree

4 files changed

+12
-36
lines changed

4 files changed

+12
-36
lines changed

manifest.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/administrator/components/com_ccm/ccm.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<languages>
4242
<language tag="en-GB">language/en-GB/com_ccm.sys.ini</language>
4343
<language tag="en-GB">language/en-GB/com_ccm.ini</language>
44-
<language tag="en-GB">language/en-GB/com_ccm.sys.ini</language>
4544
</languages>
4645
<menu link="option=com_ccm&amp;view=cmss" img="class:default">COM_CCM_MENU_BACKEND</menu>
4746
<submenu>
@@ -51,5 +50,7 @@
5150
</administration>
5251

5352
<extensionclass>Joomla\Component\CCM\Administrator\Extension\CCMComponent</extensionclass>
54-
53+
<updateservers>
54+
<server type="extension" priority="1" name="CCM Update">https://github.com/joomla-projects/gsoc25_api/blob/main/update.xml</server>
55+
</updateservers>
5556
</extension>

src/administrator/components/com_ccm/src/Schema/joomla-ccm.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"type": "articles",
55
"config": {
6-
"endpoint": "content/articles"
6+
"endpoint": "api/index.php/v1/content/articles"
77
},
88
"properties": {
99
"id": "id",
@@ -99,7 +99,7 @@
9999
{
100100
"type": "categories",
101101
"config": {
102-
"endpoint": "content/categories"
102+
"endpoint": "api/index.php/v1/content/categories"
103103
},
104104
"properties": {
105105
"id": "id",
@@ -146,7 +146,7 @@
146146
{
147147
"type": "media",
148148
"config": {
149-
"endpoint": "media/files",
149+
"endpoint": "api/index.php/v1/media/files",
150150
"content_type": "application/json"
151151
},
152152
"properties": {
@@ -215,7 +215,7 @@
215215
{
216216
"type": "tags",
217217
"config": {
218-
"endpoint": "tags"
218+
"endpoint": "api/index.php/v1/tags"
219219
},
220220
"properties": {
221221
"id": "id",
@@ -246,7 +246,7 @@
246246
{
247247
"type": "menus",
248248
"config": {
249-
"endpoint": "menus/site"
249+
"endpoint": "api/index.php/v1/menus/site"
250250
},
251251
"properties": {
252252
"id": "id",
@@ -262,7 +262,7 @@
262262
{
263263
"type": "menu_items",
264264
"config": {
265-
"endpoint": "menus/site/items"
265+
"endpoint": "api/index.php/v1/menus/site/items"
266266
},
267267
"properties": {
268268
"id": "id",
@@ -348,7 +348,7 @@
348348
{
349349
"type": "users",
350350
"config": {
351-
"endpoint": "users"
351+
"endpoint": "api/index.php/v1/users"
352352
},
353353
"properties": {
354354
"id": "id",

update.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<description><![CDATA[Content Creation Management Component for Joomla]]></description>
66
<element>pkg_ccm</element>
77
<type>package</type>
8-
<version>0.10.0-alpha</version>
8+
<version>0.10.0-beta</version>
99
<infourl title="CCM Package">https://github.com/joomla-projects/gsoc25_api</infourl>
1010
<downloads>
11-
<downloadurl type="full" format="zip">https://github.com/joomla-projects/gsoc25_api/com_ccm-0.10.0-alpha.zip</downloadurl>
11+
<downloadurl type="full" format="zip">https://github.com/joomla-projects/gsoc25_api/releases/tag/com_ccm-0.10.0-beta.zip</downloadurl>
1212
</downloads>
1313
<tags>
1414
<tag>stable</tag>

0 commit comments

Comments
 (0)