Fix #194: Move url/message_uri to correct location

This commit is contained in:
John Reese 2016-02-24 09:49:03 -08:00
parent 366a804638
commit fa10bad8c9
1 changed files with 4 additions and 4 deletions

View File

@ -297,10 +297,6 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
truncated and ellipsized at or before this length is reached. A value of 0 (zero) will truncated and ellipsized at or before this length is reached. A value of 0 (zero) will
disable this option. disable this option.
When using the custom URL service, this options allows you to specify the URL to send
a GET request to, and has keyword expansion performed on portions of it, including the
path and any query parameter values.
* `message_title` Default: `{title}` * `message_title` Default: `{title}`
Title that will be provided for the push notification. Keyword expansion is performed Title that will be provided for the push notification. Keyword expansion is performed
@ -314,6 +310,10 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
local scheme to access a mobile application. Keyword expansion is performed on this local scheme to access a mobile application. Keyword expansion is performed on this
value. value.
When using the custom URL service, this options allows you to specify the URL to send
a GET request to, and has keyword expansion performed on portions of it, including the
path and any query parameter values.
* `message_uri_post` Default: `no` * `message_uri_post` Default: `no`
When using the custom URL service, this option allows you to specify whether to use the When using the custom URL service, this option allows you to specify whether to use the