https://github.com/fork/craft2yml
a craft cms plugin that translates entries and data structures to yml
https://github.com/fork/craft2yml
craft craft-plugin craftcms craftcms-plugin
Last synced: 7 months ago
JSON representation
a craft cms plugin that translates entries and data structures to yml
- Host: GitHub
- URL: https://github.com/fork/craft2yml
- Owner: fork
- License: mit
- Created: 2017-05-24T09:05:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T14:42:46.000Z (about 9 years ago)
- Last Synced: 2024-12-27T01:11:56.113Z (over 1 year ago)
- Topics: craft, craft-plugin, craftcms, craftcms-plugin
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# craft2yml
a craft cms plugin that translates entries and data structures to yml
## Settings
to adjust settings copy [config.php](craft2yml/config.php) to **craft/config/craft2yml.php** and edit the settings.
## Show/download yml file in browser
open your entry url and just append **'.yml'** to it. (this route can be disabled in settings)
## Generate yml file via console
```
craft/app/etc/console/yiic craft2yml saveYml --entryId=2 --targetFile=data.yml
```