Skip to content

Commit

Permalink
Merge pull request #209 from devangel/master
Browse files Browse the repository at this point in the history
add url field to help
  • Loading branch information
dcarroll committed Oct 19, 2015
2 parents d676feb + 8e5fa0e commit e74f855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions display.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ func DisplayFieldTypes() {
richtextarea (length = 32768, visibleLines = 5)
checkbox/bool/boolean (defaultValue = false)
datetime ()
email ()
url ()
float/double/currency (precision = 16, scale = 2)
number/int (precision = 18, scale = 0)
autonumber (displayFormat = "AN {00000}", startingNumber = 0)
Expand Down

0 comments on commit e74f855

Please sign in to comment.