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 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& view=cmss" img =" class:default" >COM_CCM_MENU_BACKEND</menu >
4746 <submenu >
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 >
Original file line number Diff line number Diff line change 33 {
44 "type" : " articles" ,
55 "config" : {
6- "endpoint" : " content/articles"
6+ "endpoint" : " api/index.php/v1/ content/articles"
77 },
88 "properties" : {
99 "id" : " id" ,
9999 {
100100 "type" : " categories" ,
101101 "config" : {
102- "endpoint" : " content/categories"
102+ "endpoint" : " api/index.php/v1/ content/categories"
103103 },
104104 "properties" : {
105105 "id" : " id" ,
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" : {
215215 {
216216 "type" : " tags" ,
217217 "config" : {
218- "endpoint" : " tags"
218+ "endpoint" : " api/index.php/v1/ tags"
219219 },
220220 "properties" : {
221221 "id" : " id" ,
246246 {
247247 "type" : " menus" ,
248248 "config" : {
249- "endpoint" : " menus/site"
249+ "endpoint" : " api/index.php/v1/ menus/site"
250250 },
251251 "properties" : {
252252 "id" : " id" ,
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" ,
348348 {
349349 "type" : " users" ,
350350 "config" : {
351- "endpoint" : " users"
351+ "endpoint" : " api/index.php/v1/ users"
352352 },
353353 "properties" : {
354354 "id" : " id" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments