Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/abecms/abecms
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 19, 2017
2 parents 124bb0a + 42a262c commit c8458cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/abe-data.md
Expand Up @@ -178,7 +178,7 @@ If you want to display inside the input select the "title" value.
> Notes: You can use variables on from like this.
```html
{{abe type='data' key='articles' desc='articles' source="select * from /{{some_json_key}}/{{some_other}}" display="title" editable='true'"}}
{{abe type='data' key='articles' desc='articles' source="select name from /{{some_json_key}}/{{some_other}}" display="title" editable='true'"}}
```

## Use it
Expand Down

0 comments on commit c8458cb

Please sign in to comment.