An open API service indexing awesome lists of open source software.

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

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
```