Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the hidding of catelouge appearance #13456

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/Umbraco.Core/EmbeddedResources/Lang/da.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2247,9 +2247,7 @@ Mange hilsner fra Umbraco robotten
<key alias="scaleHandlerButtonTitle">Træk for at skalere</key>
<key alias="areaCreateLabelTitle">Tilføj indhold label</key>
<key alias="areaCreateLabelHelp">Overskriv labellen for tilføj indholds knappen i dette område.</key>
<key alias="addSizeOptions">Tilføj skalerings muligheder</key>
<key alias="addAreaOptions">Tilføj områder</key>
<key alias="addAppearanceOptions">Tilføj katalog udseende</key>
<key alias="showSizeOptions">Tilføj skalerings muligheder</key>
<key alias="addBlockType">Tilføj Blok</key>
<key alias="addBlockGroup">Tilføj gruppe</key>
<key alias="pickSpecificAllowance">Tilføj gruppe eller Blok</key>
Expand Down
1 change: 0 additions & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,6 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="areaCreateLabelTitle">Create Button Label</key>
<key alias="areaCreateLabelHelp">Overwrite the label on the create button of this Area.</key>
<key alias="showSizeOptions">Show resize options</key>
<key alias="showAppearanceOptions">Show catalogue appearance</key>
<key alias="addBlockType">Add Block</key>
<key alias="addBlockGroup">Add group</key>
<key alias="pickSpecificAllowance">Pick group or Block</key>
Expand Down
1 change: 0 additions & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,6 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="areaCreateLabelTitle">Create Button Label</key>
<key alias="areaCreateLabelHelp">Overwrite the label on the create button of this Area.</key>
<key alias="showSizeOptions">Show resize options</key>
<key alias="showAppearanceOptions">Show catalogue appearance</key>
<key alias="addBlockType">Add Block</key>
<key alias="addBlockGroup">Add group</key>
<key alias="pickSpecificAllowance">Pick group or Block</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,8 @@

<div class="umb-group-panel__content">

<button ng-if="!vm.showAppearanceOptions" type="button" class="btn-reset __settings-input --noValue umb-outline" style="height: 80px;" ng-click="vm.showAppearanceOptions = true">
<localize key="blockEditor_showAppearanceOptions">Show catalogue appearance</localize>
</button>

<!-- backgroundColor -->
<div ng-if="vm.showAppearanceOptions" class="control-group umb-control-group -no-border">
<div class="control-group umb-control-group -no-border">
<div class="umb-el-wrap">
<label class="control-label" for="backgroundColor"><localize key="blockEditor_labelBackgroundColor">Background Color</localize></label>
<div class="controls">
Expand All @@ -346,7 +342,7 @@
</div>

<!-- iconColor -->
<div ng-if="vm.showAppearanceOptions" class="control-group umb-control-group -no-border">
<div class="control-group umb-control-group -no-border">
<div class="umb-el-wrap">
<label class="control-label" for="iconColor"><localize key="blockEditor_labelIconColor">Icon Color</localize></label>
<div class="controls">
Expand All @@ -360,7 +356,7 @@
</div>

<!-- thumbnail -->
<div ng-if="vm.showAppearanceOptions" class="control-group umb-control-group -no-border">
<div class="control-group umb-control-group -no-border">
<div class="umb-el-wrap">
<label class="control-label" for="iconcolor"><localize key="blockEditor_thumbnail">Thumbnail</localize></label>
<div class="controls">
Expand Down