[{value: false,shown:"Can be used as answer"},{value: true,shown:"Not an answer option"}]),
"hideInAnswer","Answer option",
"Sometimes, multiple tags for the same meaning are used (e.g. <span class='literal-code'>access=yes</span> and <span class='literal-code'>access=public</span>)."+
"Use this toggle to disable an anwer. Alternatively an implied/assumed rendering can be used. In order to do this:"+
"use a single tag in the 'if' with <i>no</i> value defined, e.g. <span class='literal-code'>indoor=</span>. The mapping will then be shown as default until explicitly changed"
)];
this._panel=newSettingsTable([
setting(newAndOrTagInput(),"if","If matches","If this condition matches, the template <b>then</b> below will be used"),
setting(newMultiLingualTextFields(languages),
"then","Then show","If the condition above matches, this template <b>then</b> below will be shown to the user."),