Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Aug 11, 2016
1 parent 907a713 commit 7370f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/abe-attibutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ are always required for all content type
- editable (Boolean)
- source (String | variables)
- autocomplete (Boolean)
- duplicate (Boolean)

## Details

Expand All @@ -61,5 +62,6 @@ display | ```display="title"``` | List from json source display title attribute
editable | ```editable="false"``` | List is editable | data | true
source | ```source="[ data source ]"``` | List json value (http url, local url, static json, select sql like) | data | (null)
autocomplete | ```autocomplete="true"``` | change the list to autocomplete | data | false
duplicate | ```duplicate="false"``` | the field will not be duplicate when user duplicate content | all | false


0 comments on commit 7370f95

Please sign in to comment.