Skip to content
Snippets Groups Projects
Commit cff1bc9d authored by harald.petry's avatar harald.petry
Browse files

OXUD-1158 Story OXUI-1123 Online Help supports feature toggles

parent 90ff10fc
No related branches found
No related tags found
No related merge requests found
html.embedded { html.embedded {
& [class^="cap-"], & [class*=" cap-"] { & [class^="cap-"], & [class*=" cap-"], & [class^="feat-"], & [class*=" feat-"] {
display: none; display: none;
} }
&.cap-calendar .cap-calendar { &.cap-calendar .cap-calendar {
...@@ -62,4 +62,31 @@ html.embedded { ...@@ -62,4 +62,31 @@ html.embedded {
&.cap-switchboard .cap-switchboard { &.cap-switchboard .cap-switchboard {
display: inherit; display: inherit;
} }
&.cap-edit_group .cap-edit_group {
display: inherit;
}
&.cap-gab .cap-gab {
display: inherit;
}
&.cap-edit_resource .cap-edit_resource {
display: inherit;
}
&.feat-io-ox-core-categories .feat-io-ox-core-categories {
display: inherit;
}
&.feat-io-ox-core-resourceCalendars .feat-io-ox-core-resourceCalendars {
display: inherit;
}
&.feat-io-ox-core-enterprisePicker .feat-io-ox-core-enterprisePicker {
display: inherit;
}
&.feat-zoom .feat-zoom {
display: inherit;
}
&.feat-jitsi .feat-jitsi {
display: inherit;
}
&.feat-io-ox-core-mailPDFExport .feat-io-ox-core-mailPDFExport {
display: inherit;
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment