Skip to content

Commit

Permalink
Create abe-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jun 12, 2017
1 parent feabecd commit 8d8bb99
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/types/abe-template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Abe template
# Type _template_

> abe type template allows you to manage the way templates are handled in Abe
> Type template allows you to manage the way templates are handled in AbeCMS.
## Example

> inside **template** folder open any template and add
Inside **template** folder open any template and add:

```html
{{abe type="template" generate="true" editable="false"}}
{{abe type="slug" source="index"}}
```

editable="false" : This will hide the template in the dropdown list of the launcher.
generate="true" : This will create a data file index-abe-xxx.json in the data directory

- `editable="false"`: This will hide the template in the dropdown list of the launcher
- `generate="true"`: This will create a data file `index-abe-xxx.json` in the data directory

0 comments on commit 8d8bb99

Please sign in to comment.