https://github.com/atk4/ambient-addons
Content Management Add-on for Agile Toolkit
https://github.com/atk4/ambient-addons
Last synced: 2 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T00:41:58.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T11:29:21.763Z (4 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);