Merge branch 'contrib' into v15/dev
This commit is contained in:
9
.github/README.md
vendored
9
.github/README.md
vendored
@@ -1,11 +1,12 @@
|
||||
# [Umbraco CMS](https://umbraco.com)
|
||||
|
||||
[](../LICENSE.md)
|
||||
[](CONTRIBUTING.md)
|
||||

|
||||
[](https://discord.gg/umbraco)
|
||||
[](https://discord-chats.umbraco.com)
|
||||
[](https://www.nuget.org/packages/Umbraco.Cms)
|
||||
[](https://umbraco.visualstudio.com/Umbraco%20Cms/_build?definitionId=301)
|
||||
[](CONTRIBUTING.md)
|
||||
[](https://discord.gg/umbraco)
|
||||
[](https://discord-chats.umbraco.com)
|
||||

|
||||
|
||||
|
||||
### Umbraco is a free and open source .NET content management system. Our mission is to help you deliver delightful digital experiences by making Umbraco friendly, simpler and social.
|
||||
|
||||
@@ -78,10 +78,12 @@ export class UmbBlockWorkspaceViewEditTabElement extends UmbLitElement {
|
||||
override render() {
|
||||
return html`
|
||||
${this._hasProperties
|
||||
? html` <umb-block-workspace-view-edit-properties
|
||||
.managerName=${this.#managerName}
|
||||
data-mark="property-group:root"
|
||||
.containerId=${this._containerId}></umb-block-workspace-view-edit-properties>`
|
||||
? html`<uui-box>
|
||||
<umb-block-workspace-view-edit-properties
|
||||
.managerName=${this.#managerName}
|
||||
data-mark="property-group:root"
|
||||
.containerId=${this._containerId}></umb-block-workspace-view-edit-properties>
|
||||
</uui-box>`
|
||||
: ''}
|
||||
${this.hideSingleGroup && this._groups.length === 1
|
||||
? this.renderGroup(this._groups[0])
|
||||
|
||||
Reference in New Issue
Block a user