File tree Expand file tree Collapse file tree 4 files changed +12
-36
lines changed
src/administrator/components/com_ccm Expand file tree Collapse file tree 4 files changed +12
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 41
41
<languages >
42
42
<language tag =" en-GB" >language/en-GB/com_ccm.sys.ini</language >
43
43
<language tag =" en-GB" >language/en-GB/com_ccm.ini</language >
44
- <language tag =" en-GB" >language/en-GB/com_ccm.sys.ini</language >
45
44
</languages >
46
45
<menu link =" option=com_ccm& view=cmss" img =" class:default" >COM_CCM_MENU_BACKEND</menu >
47
46
<submenu >
51
50
</administration >
52
51
53
52
<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 >
55
56
</extension >
Original file line number Diff line number Diff line change 3
3
{
4
4
"type" : " articles" ,
5
5
"config" : {
6
- "endpoint" : " content/articles"
6
+ "endpoint" : " api/index.php/v1/ content/articles"
7
7
},
8
8
"properties" : {
9
9
"id" : " id" ,
99
99
{
100
100
"type" : " categories" ,
101
101
"config" : {
102
- "endpoint" : " content/categories"
102
+ "endpoint" : " api/index.php/v1/ content/categories"
103
103
},
104
104
"properties" : {
105
105
"id" : " id" ,
146
146
{
147
147
"type" : " media" ,
148
148
"config" : {
149
- "endpoint" : " media/files" ,
149
+ "endpoint" : " api/index.php/v1/ media/files" ,
150
150
"content_type" : " application/json"
151
151
},
152
152
"properties" : {
215
215
{
216
216
"type" : " tags" ,
217
217
"config" : {
218
- "endpoint" : " tags"
218
+ "endpoint" : " api/index.php/v1/ tags"
219
219
},
220
220
"properties" : {
221
221
"id" : " id" ,
246
246
{
247
247
"type" : " menus" ,
248
248
"config" : {
249
- "endpoint" : " menus/site"
249
+ "endpoint" : " api/index.php/v1/ menus/site"
250
250
},
251
251
"properties" : {
252
252
"id" : " id" ,
262
262
{
263
263
"type" : " menu_items" ,
264
264
"config" : {
265
- "endpoint" : " menus/site/items"
265
+ "endpoint" : " api/index.php/v1/ menus/site/items"
266
266
},
267
267
"properties" : {
268
268
"id" : " id" ,
348
348
{
349
349
"type" : " users" ,
350
350
"config" : {
351
- "endpoint" : " users"
351
+ "endpoint" : " api/index.php/v1/ users"
352
352
},
353
353
"properties" : {
354
354
"id" : " id" ,
Original file line number Diff line number Diff line change 5
5
<description ><![CDATA[ Content Creation Management Component for Joomla]]> </description >
6
6
<element >pkg_ccm</element >
7
7
<type >package</type >
8
- <version >0.10.0-alpha </version >
8
+ <version >0.10.0-beta </version >
9
9
<infourl title =" CCM Package" >https://github.com/joomla-projects/gsoc25_api</infourl >
10
10
<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 >
12
12
</downloads >
13
13
<tags >
14
14
<tag >stable</tag >
You can’t perform that action at this time.
0 commit comments