COMPATIBILITY: Support tag-group-chooser interface && add base CSS to wizard app
Dieser Commit ist enthalten in:
Ursprung
dec670ac43
Commit
969fff1a3c
2 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
|
@ -216,7 +216,9 @@
|
|||
|
||||
<div class="setting-value">
|
||||
{{tag-group-chooser
|
||||
id=(concat field.id "-tag-groups")
|
||||
tagGroups=field.tag_groups
|
||||
onChange=(action (mut field.tag_groups))
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@import "common/foundation/colors";
|
||||
@import "common/foundation/variables";
|
||||
@import "common/foundation/base";
|
||||
@import "common/base/code_highlighting";
|
||||
@import "common/base/modal";
|
||||
@import "common/base/onebox";
|
||||
|
|
Laden …
In neuem Issue referenzieren