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
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Hooking into notification events within Umbraco Commerce.

# List of Notification Events

{% hint style="warning" %}
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

## Umbraco.Commerce.Cms.Web.Events.Notification

### Configuration Parsing Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Hooking into validation events within Umbraco Commerce.

# List of Validation Events

{% hint style="warning" %}
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

## Umbraco.Commerce.Core.Events.Validation

### Order Payment Events
Expand Down
7 changes: 0 additions & 7 deletions 13/umbraco-forms/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

In this section, you can find a set of different tutorials to use when creating and working with Umbraco Forms.

{% hint style="info" %}
This section is a work in progress.

Do you have suggestions for or wishes for tutorials on Umbraco Forms?
Let us know using the [UmbracoDocs GitHub Issue Tracker](https://github.com/umbraco/UmbracoDocs/issues).
{% endhint %}

## Tutorials

### [Creating a Contact Form](creating-a-contact-form.md)
Expand Down
7 changes: 0 additions & 7 deletions 15/umbraco-forms/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

In this section, you can find a set of different tutorials to use when creating and working with Umbraco Forms.

{% hint style="info" %}
This section is a work in progress.

Do you have suggestions for or wishes for tutorials on Umbraco Forms?
Let us know using the [UmbracoDocs GitHub Issue Tracker](https://github.com/umbraco/UmbracoDocs/issues).
{% endhint %}

## Tutorials

### [Creating a Contact Form](creating-a-contact-form.md)
Expand Down
4 changes: 0 additions & 4 deletions 15/umbraco-ui-builder/advanced/virtual-sub-trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring virtual sub trees in Umbraco UI Builder.

# Virtual SubTrees

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Virtual subtrees inject an Umbraco UI Builder tree structure into another Umbraco tree at a specified location, acting as child nodes of the injection point. They extend built-in or third-party package trees with additional features. For example a "loyalty points" program for an e-commerce site can inject related database tables into a Commerce store tree, making management more intuitive.

![Virtual sub tree injected into a Commerce store tree](../images/virtual-sub-tree.png)
Expand Down
4 changes: 0 additions & 4 deletions 15/umbraco-ui-builder/collections/child-collection-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collection groups in Umbraco UI Builder.

# Child Collection Groups

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection group is a container for other child collections. Its purpose is mainly to provide a logical grouping of multiple child collections to help with organization and an improved user experience.

![Child Collection Groups](../images/child_collection_groups.png)
Expand Down
4 changes: 0 additions & 4 deletions 15/umbraco-ui-builder/collections/child-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collections in Umbraco UI Builder.

# Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection is a container for data models that are tied to a parent collection. The child collection system shares the [Collections](the-basics.md) API, offering flexibility for managing and displaying related data within your backoffice UI.

![Child Collections](../images/child_collections.png)
Expand Down
4 changes: 0 additions & 4 deletions 15/umbraco-ui-builder/collections/related-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring Many-to-Many Relationships in Umbraco UI Builder

# Related Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Related collections support the editing of many-to-many relationships in UI Builder. These are used when multiple entities from one collection are linked to multiple entities from another collection, commonly represented through a junction table.

## Example Use Case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring one-to-many relationships in Umbraco UI Builder.

# Retrieve Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

In one-to-many relationships, a parent entity is associated with multiple entities from another collection. In Umbraco UI Builder, retrieving child collections from such relationships is supported through child repositories. This enables you to access related data effectively, helping to maintain a well-organized backoffice UI.

## Models Representation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Menu

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

<figure><img src="../../../.gitbook/assets/menu.png" alt="" width="250"><figcaption><p>Menu</p></figcaption></figure>

## Creating a custom menu
Expand Down
7 changes: 0 additions & 7 deletions 16/umbraco-forms/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

In this section, you can find a set of different tutorials to use when creating and working with Umbraco Forms.

{% hint style="info" %}
This section is a work in progress.

Do you have suggestions for or wishes for tutorials on Umbraco Forms?
Let us know using the [UmbracoDocs GitHub Issue Tracker](https://github.com/umbraco/UmbracoDocs/issues).
{% endhint %}

## Tutorials

### [Creating a Contact Form](creating-a-contact-form.md)
Expand Down
4 changes: 0 additions & 4 deletions 16/umbraco-ui-builder/advanced/virtual-sub-trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring virtual sub trees in Umbraco UI Builder.

# Virtual SubTrees

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Virtual subtrees inject an Umbraco UI Builder tree structure into another Umbraco tree at a specified location, acting as child nodes of the injection point. They extend built-in or third-party package trees with additional features. For example a "loyalty points" program for an e-commerce site can inject related database tables into a Commerce store tree, making management more intuitive.

![Virtual sub tree injected into a Commerce store tree](../images/virtual-sub-tree.png)
Expand Down
4 changes: 0 additions & 4 deletions 16/umbraco-ui-builder/collections/child-collection-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collection groups in Umbraco UI Builder.

# Child Collection Groups

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection group is a container for other child collections. Its purpose is mainly to provide a logical grouping of multiple child collections to help with organization and an improved user experience.

![Child Collection Groups](../images/child_collection_groups.png)
Expand Down
4 changes: 0 additions & 4 deletions 16/umbraco-ui-builder/collections/child-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collections in Umbraco UI Builder.

# Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection is a container for data models that are tied to a parent collection. The child collection system shares the [Collections](the-basics.md) API, offering flexibility for managing and displaying related data within your backoffice UI.

![Child Collections](../images/child_collections.png)
Expand Down
4 changes: 0 additions & 4 deletions 16/umbraco-ui-builder/collections/related-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring Many-to-Many Relationships in Umbraco UI Builder

# Related Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Related collections support the editing of many-to-many relationships in UI Builder. These are used when multiple entities from one collection are linked to multiple entities from another collection, commonly represented through a junction table.

## Example Use Case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring one-to-many relationships in Umbraco UI Builder.

# Retrieve Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

In one-to-many relationships, a parent entity is associated with multiple entities from another collection. In Umbraco UI Builder, retrieving child collections from such relationships is supported through child repositories. This enables you to access related data effectively, helping to maintain a well-organized backoffice UI.

## Models Representation
Expand Down
7 changes: 0 additions & 7 deletions 17/umbraco-forms/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

In this section, you can find a set of different tutorials to use when creating and working with Umbraco Forms.

{% hint style="info" %}
This section is a work in progress.

Do you have suggestions for or wishes for tutorials on Umbraco Forms?
Let us know using the [UmbracoDocs GitHub Issue Tracker](https://github.com/umbraco/UmbracoDocs/issues).
{% endhint %}

## Tutorials

### [Creating a Contact Form](creating-a-contact-form.md)
Expand Down
4 changes: 0 additions & 4 deletions 17/umbraco-ui-builder/advanced/virtual-sub-trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring virtual sub trees in Umbraco UI Builder.

# Virtual SubTrees

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Virtual subtrees inject an Umbraco UI Builder tree structure into another Umbraco tree at a specified location, acting as child nodes of the injection point. They extend built-in or third-party package trees with additional features. For example a "loyalty points" program for an e-commerce site can inject related database tables into a Commerce store tree, making management more intuitive.

![Virtual sub tree injected into a Commerce store tree](../images/virtual-sub-tree.png)
Expand Down
4 changes: 0 additions & 4 deletions 17/umbraco-ui-builder/collections/child-collection-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collection groups in Umbraco UI Builder.

# Child Collection Groups

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection group is a container for other child collections. Its purpose is mainly to provide a logical grouping of multiple child collections to help with organization and an improved user experience.

![Child Collection Groups](../images/child_collection_groups.png)
Expand Down
4 changes: 0 additions & 4 deletions 17/umbraco-ui-builder/collections/child-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring child collections in Umbraco UI Builder.

# Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

A child collection is a container for data models that are tied to a parent collection. The child collection system shares the [Collections](the-basics.md) API, offering flexibility for managing and displaying related data within your backoffice UI.

![Child Collections](../images/child_collections.png)
Expand Down
4 changes: 0 additions & 4 deletions 17/umbraco-ui-builder/collections/related-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring Many-to-Many Relationships in Umbraco UI Builder

# Related Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

Related collections support the editing of many-to-many relationships in UI Builder. These are used when multiple entities from one collection are linked to multiple entities from another collection, commonly represented through a junction table.

## Example Use Case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Configuring one-to-many relationships in Umbraco UI Builder.

# Retrieve Child Collections

{% hint style="warning" %}
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}

In one-to-many relationships, a parent entity is associated with multiple entities from another collection. In Umbraco UI Builder, retrieving child collections from such relationships is supported through child repositories. This enables you to access related data effectively, helping to maintain a well-organized backoffice UI.

## Models Representation
Expand Down