Style: Allow a layer to open the popup-view in a floatover
This commit is contained in:
parent
377c411143
commit
65a4303dd6
4 changed files with 16 additions and 1 deletions
|
@ -399,4 +399,9 @@ export interface LayerConfigJson {
|
|||
* no-question-hint-check: disables a check in MiscTagRenderingChecks which complains about 'div', 'span' or 'class=subtle'-HTML elements in the tagRendering
|
||||
*/
|
||||
"#"?: string | "no-question-hint-check"
|
||||
|
||||
/**
|
||||
* If set, open the selectedElementView in a floatOver instead of on the right
|
||||
*/
|
||||
popupInFloatover?: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue