Difference between revisions of "API Collections Create Update Parameter"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "|- | unroole_sorted_playlist[description] | | ~17000 characters | | The description of the collection. |- | unroole_sorted_playlist[active] | | | boolean | Make the playlist...")
 
Line 10: Line 10:
 
|  
 
|  
 
| boolean
 
| boolean
| Make the playlist active or deactivate (dis-regardless of the active/deactivate date)
+
| Make the playlist active or deactivate (dis-regardless of the active/deactivate date).
 
|-
 
|-
 
| unroole_sorted_playlist[activate_at(1i)]
 
| unroole_sorted_playlist[activate_at(1i)]
Line 16: Line 16:
 
|  
 
|  
 
| integer
 
| integer
| Activate_at year
+
| Activate at year
 
|-
 
|-
 
| unroole_sorted_playlist[activate_at(2i)]
 
| unroole_sorted_playlist[activate_at(2i)]
Line 34: Line 34:
 
|  
 
|  
 
| integer
 
| integer
| Activate_at year
+
| Activate at year
 
|-
 
|-
 
| unroole_sorted_playlist[deactivate_at(2i)]
 
| unroole_sorted_playlist[deactivate_at(2i)]
Line 47: Line 47:
 
| integer (1-31)
 
| integer (1-31)
 
| Activate at day
 
| Activate at day
 +
|-
 +
| unroole_sorted_playlist[disable_deactivation]
 +
|
 +
| boolean
 +
| Disable the deactivation date so that the collection will never expire.
 +
|-
 +
| unroole_sorted_playlist[playlist]
 +
|
 +
| boolean
 +
| Whether the collection is a slideshow
 +
|-
 +
| unroole_sorted_playlist[rotation_speed]
 +
|
 +
| 0 - 900
 +
| The time between the items in the collection playing as a slideshow (in seconds).

Revision as of 16:19, 31 May 2012

|- | unroole_sorted_playlist[description] | | ~17000 characters | | The description of the collection. |- | unroole_sorted_playlist[active] | | | boolean | Make the playlist active or deactivate (dis-regardless of the active/deactivate date). |- | unroole_sorted_playlist[activate_at(1i)] | | | integer | Activate at year |- | unroole_sorted_playlist[activate_at(2i)] | | | integer (1-12) | Activate at month |- | unroole_sorted_playlist[activate_at(3i)] | | | integer (1-31) | Activate at day |- | unroole_sorted_playlist[deactivate_at(1i)] | | | integer | Activate at year |- | unroole_sorted_playlist[deactivate_at(2i)] | | | integer (1-12) | Activate at month |- | unroole_sorted_playlist[deactivate_at(3i)] | | | integer (1-31) | Activate at day |- | unroole_sorted_playlist[disable_deactivation] | | boolean | Disable the deactivation date so that the collection will never expire. |- | unroole_sorted_playlist[playlist] | | boolean | Whether the collection is a slideshow |- | unroole_sorted_playlist[rotation_speed] | | 0 - 900 | The time between the items in the collection playing as a slideshow (in seconds).