AgileApps Support Wiki Pre Release

Difference between revisions of "Template:ServiceOption"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 3: Line 3:


Usage:
Usage:
:* <tt><nowiki>{{ServiceOption|configSection}}</nowiki></tt> -- enabled by default
: <tt><nowiki>{{ServiceOption|1|2|3}}</nowiki></tt>
:* <tt><nowiki>{{ServiceOption|configSection|}}</nowiki></tt> -- disabled by default
::* <tt><nowiki>{{1}}</nowiki></tt> - [[Service Configuration]] section name
:* <tt><nowiki>{{ServiceOption|configSection|not}}</nowiki></tt> -- not enabled by default
::* <tt><nowiki>{{2}}</nowiki></tt> - default on-premise setting -- "On" or "Off"
::* <tt><nowiki>{{3}}</nowiki></tt> - cloud setting  -- "On" or "Off"
OLD
::* <tt><nowiki>{{ServiceOption|configSection}}</nowiki></tt> -- enabled by default
::* <tt><nowiki>{{ServiceOption|configSection|}}</nowiki></tt> -- disabled by default
::* <tt><nowiki>{{ServiceOption|configSection|not}}</nowiki></tt> -- not enabled by default
----
----
</noinclude>
</noinclude>
Line 13: Line 18:
[[File:Lock-tiny.gif]]   
[[File:Lock-tiny.gif]]   
|
|
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]].
* The ''{{PAGENAME}}'' option is managed by the [[Service Provider]].
* By default, this feature is {{#ifeq: {{{2}}} | not | not enabled | {{#if: {{{2}}}|enabled|disabled}} }}.
* By default, this feature is {{#ifeq: {{{2}}} | not | not enabled | {{#if: {{{2}}}|enabled|disabled}} }}.
*In an on-premise installation, the default setting is '''''{{{2}}}'''''.
*In the cloud, this setting is '''''{{{3}}}'''''.<br>(This setting can be modified only in an [[On-Premise Installation]].)
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
:
:
|}
|}
<includeonly>[[Category:Service Provider Settings|{{PAGENAME}}]]</includeonly>
<includeonly>[[Category:Service Provider Settings|{{PAGENAME}}]]</includeonly>

Revision as of 02:46, 14 January 2015

This template is used to identify Installable Version options that affect the installation as a whole.

Usage:

{{ServiceOption|1|2|3}}
  • {{1}} - Service Configuration section name
  • {{2}} - default on-premise setting -- "On" or "Off"
  • {{3}} - cloud setting -- "On" or "Off"

OLD

  • {{ServiceOption|configSection}} -- enabled by default
  • {{ServiceOption|configSection|}} -- disabled by default
  • {{ServiceOption|configSection|not}} -- not enabled by default

Lock-tiny.gif

  • The ServiceOption option is managed by the Service Provider.
  • By default, this feature is enabled.
  • In an on-premise installation, the default setting is {{{2}}}.
  • In the cloud, this setting is {{{3}}}.
    (This setting can be modified only in an On-Premise Installation.)
Learn more: [[Service Configuration#{{{1}}} | {{{1}}} ]]