]> git.mxchange.org Git - friendica-addons.git/blob - ifttt/templates/connector_settings.tpl
Merge pull request 'Langfilter: Use two letter code for the language / Bluesky: Remov...
[friendica-addons.git] / ifttt / templates / connector_settings.tpl
1 <p>{{$l10n.intro nofilter}}</p>
2 <dl>
3         <dt>{{$l10n.url}}</dt>
4         <dd>{{$url}}</dd>
5         <dt>{{$l10n.method}}</dt>
6         <dd>POST</dd>
7         <dt>{{$l10n.content_type}}</dt>
8         <dd>application/x-www-form-urlencoded</dd>
9         <dt>{{$l10n.new_status_message_body}}</dt>
10         <dd><code>{{$new_status_message_body}}</code></dd>
11         <dt>{{$l10n.new_photo_upload_body}}</dt>
12         <dd><code>{{$new_photo_upload_body}}</code></dd>
13         <dt>{{$l10n.new_link_post_body}}</dt>
14         <dd><code>{{$new_link_post_body}}</code></dd>
15 </dl>