Skip to content

Commit

Permalink
Update abe-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 3, 2017
1 parent c98d603 commit eb750be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/abe-data.md
Expand Up @@ -160,7 +160,7 @@ If you want to display inside the input select the "title" value.
### `FROM`

```html
{{abe type='data' key='articles' desc='articles' source="select * from articles, blog" display="title" editable='true'"}}
{{abe type='data' key='articles' desc='articles' source="select title, headline from articles, blog" display="title" editable='true'"}}
```

(*select from folder articles and blog*)
Expand Down

0 comments on commit eb750be

Please sign in to comment.