Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atk4/ambient-addons
Content Management Add-on for Agile Toolkit
https://github.com/atk4/ambient-addons
Last synced: 5 days ago
JSON representation
Content Management Add-on for Agile Toolkit
- Host: GitHub
- URL: https://github.com/atk4/ambient-addons
- Owner: atk4
- License: other
- Created: 2012-09-25T15:11:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T00:41:58.000Z (over 9 years ago)
- Last Synced: 2024-03-26T00:14:57.304Z (8 months ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 1
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Those addons can be used by Agile Toolkit.
1. Install Agile Toolkit into "atk4"
2. Install addons into "ambient-addons"
3. Inside your API include addons through addLocation():$this->addLocation('/',array(
'addons'=>array('ambient-addons')
))
->setRelativePath('/')
->setParent($this->pathfinder->base_location);