forked from lino/radar-wp
Add documentation about using images.
This commit is contained in:
parent
dd31752b4b
commit
5fd32fb63b
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ The full set of fields on events presently supported are:
|
|||
* title - Event title
|
||||
* date - Event date
|
||||
* url - Event URL on Radar
|
||||
* <del>image</del> /Presently broken in API/
|
||||
* image:url - URL of related image wrapped in img HTML tag.
|
||||
* image:mime - Mime type of image.
|
||||
* image:size - Size of image in bytes.
|
||||
* image:title - Title of image, often just the filename.
|
||||
* price_category:title - Price Category
|
||||
* price - Event price (free text field)
|
||||
* email - Event e-mail
|
||||
|
|
Loading…
Reference in a new issue