Linting: Remove obsolete parameter, remove log, improve docs
This commit is contained in:
parent
5460f70f76
commit
67f248b416
2 changed files with 4 additions and 4 deletions
|
@ -194,11 +194,11 @@ export interface QuestionableTagRenderingConfigJson extends TagRenderingConfigJs
|
|||
mappings?: MappingConfigJson[]
|
||||
|
||||
/**
|
||||
* If true, use checkboxes instead of radio buttons when asking the question
|
||||
*
|
||||
* question: Should a contributor be allowed to select multiple mappings?
|
||||
*
|
||||
* iftrue: allow to select multiple mappings
|
||||
* If true, use checkboxes instead of radio buttons when asking the question.
|
||||
*
|
||||
* iftrue: allow to select multiple mappings (and show a freeform-value as list if ';'-separated)
|
||||
* iffalse: only allow to select a single mapping
|
||||
* ifunset: only allow to select a single mapping
|
||||
*/
|
||||
|
|
|
@ -445,7 +445,7 @@
|
|||
<span slot="close-button" />
|
||||
</SelectedElementTitle>
|
||||
{/if}
|
||||
<SelectedElementView {state} layer={$selectedLayer} selectedElement={$selectedElement} />
|
||||
<SelectedElementView {state} selectedElement={$selectedElement} />
|
||||
</div>
|
||||
</FloatOver>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue