Alle Baukasten-Dinge für die Distribution an die Server (Konfigurationen und Client-Build)
dh_heyart
vor 6 Std. 054a95df5ef6226c69bf0fb2c5cbb85221e074d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "query": "#main",
    "modules": [
        {
            "tag": "fv-loading-modal",
            "default": true,
            "properties": [
                {
                    "key": "active",
                    "attribute": true,
                    "value": true
                },
                {
                    "key": "autoHide",
                    "attribute": false,
                    "value": true
                }
            ]
        },
        {
            "tag": "fv-ar-modal",
            "default": true,
            "areas": [
                {
                    "query": "fv-button",
                    "styleVars": {
                        "--border-left": "2px solid #e5e5e5",
                        "--fv-button-host-padding": "12px 20px",
                        "--bordered-text-color": "var(--primary-text-color, red)",
                        "--button-span-margin": "0",
                        "--button-border-radius": "2em"
                    }
                }
            ],
            "properties": [
                {
                    "key": "cancelable",
                    "value": true,
                    "attribute": true
                },
                {
                    "key": "fullScreen",
                    "value": true,
                    "attribute": true
                },
                {
                    "key": "on-close-event",
                    "value": {
                        "id": "toolbar-button-set-active",
                        "data": {
                            "components": [
                                {
                                    "name": "fv-toolbar-button",
                                    "selector": ".show-ar-modal-button"
                                }
                            ],
                            "value": false
                        }
                    },
                    "attribute": true
                }
            ]
        }
    ]
}