Skip to content
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: 2 additions & 2 deletions 10/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* [Multi Url Picker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md)
* [Multinode Treepicker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md)
* [Repeatable Textstrings](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md)
* [Nested Content](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/nested-content.md)
* [Nested Content (Legacy)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/nested-content.md)
* [Numeric](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md)
* [Radiobutton List](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md)
* [Slider](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md)
Expand All @@ -78,7 +78,7 @@
* [Build a Custom View for a Block](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/build-custom-view-for-blocks.md)
* [Configuring Block Editor Label Properties](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/label-property-configuration.md)
* [Dropdown](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md)
* [Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [Grid Layout (Legacy)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [What Are Grid Layouts?](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/what-are-grid-layouts.md)
* [Configuring The Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/configuring-the-grid-layout-datatype.md)
* [Settings And Styling](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/settings-and-styles.md)
Expand Down
4 changes: 2 additions & 2 deletions 12/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* [Multi Url Picker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md)
* [Multinode Treepicker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md)
* [Repeatable Textstrings](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md)
* [Nested Content](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/nested-content.md)
* [Nested Content (Legacy)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/nested-content.md)
* [Numeric](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md)
* [Radiobutton List](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md)
* [Slider](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md)
Expand All @@ -78,7 +78,7 @@
* [Build a Custom View for a Block](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/build-custom-view-for-blocks.md)
* [Configuring Block Editor Label Properties](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/label-property-configuration.md)
* [Dropdown](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md)
* [Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [Grid Layout (Legacy)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [What Are Grid Layouts?](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/what-are-grid-layouts.md)
* [Configuring The Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/configuring-the-grid-layout-datatype.md)
* [Settings And Styling](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/settings-and-styles.md)
Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* [Build a Custom View for a Block](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/build-custom-view-for-blocks.md)
* [Configuring Block Editor Label Properties](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/label-property-configuration.md)
* [Dropdown](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md)
* [Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [Grid Layout (Legacy)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/README.md)
* [What Are Grid Layouts?](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/what-are-grid-layouts.md)
* [Configuring The Grid Layout](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/configuring-the-grid-layout-datatype.md)
* [Settings And Styling](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/settings-and-styles.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Similar to how the `propertyEditors` array defines one or more property editors,
}
```

However the default grid editors are already configured. You can see the [Grid Editors page](../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout/grid-editors.md) for more information on grid editors.
However the default grid editors are already configured.

## Parameter Editors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The Data Type editor allows you to configure the following properties:
* **Amount** - Sets the minimum and/or the maximum number of Blocks that should be allowed at the root of the layout.
* **Live editing mode** - Enabling this option will allow you to see the changes as you are editing them.
* **Editor width** - Overwrites the width of the property editor. This field takes any valid CSS value for "max-width". For example: 100% or 800px.
* **Grid Columns** - Define the number of columns in your grid layout. The default is 12 columns.
* **Grid Columns** - Define the number of columns in your Block Grid. The default is 12 columns.
* **Layout Stylesheet** - Replaces the built-in Layout Stylesheet. Additionally, you can retrieve the default layout stylesheet to use as a base for your own inspiration or for writing your own stylesheet.
* **Create Button Label** - Overwrites the label on the Create button.

Expand Down Expand Up @@ -280,7 +280,7 @@ If you like to use the Default Layout Stylesheet, you must copy the stylesheet t
```

{% hint style="info" %}
A set of built-in Partial Views are responsible for rendering the Blocks and Areas in a grid layout. If you want to tweak or change the way the grid layout is rendered, you can use the built-in Partial Views as a template:
A set of built-in Partial Views are responsible for rendering the Blocks and Areas in a Block Grid. If you want to tweak or change the way the Block Grid is rendered, you can use the built-in Partial Views as a template:

1. Clone the views from `<a href="https://github.com/umbraco/Umbraco-CMS/">GitHub</a>`. They can be found in `/src/Umbraco.Cms.StaticAssets/Views/Partials/blockgrid/`
2. Copy the cloned views to the local folder `Views/Partials/blockgrid/`
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading