Skip to content

Commit e9a0451

Browse files
authored
Merge pull request #7480 from umbraco/v17/fix/clean-up-editormodel-articles
Remove all editormodel articles, redirects etc. for 15+
2 parents 9c63353 + 04292b2 commit e9a0451

File tree

13 files changed

+0
-403
lines changed

13 files changed

+0
-403
lines changed

15/umbraco-cms/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@
371371
* [UserService Notifications Example](reference/notifications/userservice-notifications.md)
372372
* [Sending Allowed Children Notification](reference/notifications/sendingallowedchildrennotifications.md)
373373
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
374-
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
375-
* [Customizing the "Links" box](reference/notifications/editormodel-notifications/customizing-the-links-box.md)
376374
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
377375
* [Inversion of Control / Dependency injection](reference/using-ioc.md)
378376
* [Management](reference/management/README.md)

15/umbraco-cms/reference/notifications/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n
263263

264264
Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.
265265

266-
### Editor Model Notifications
267-
268-
See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.
269-
270-
{% hint style="info" %}
271-
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
272-
{% endhint %}
273-
274266
## Creating and publishing your own custom notifications
275267

276268
Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.

15/umbraco-cms/reference/notifications/editormodel-notifications/README.md

Lines changed: 0 additions & 168 deletions
This file was deleted.

15/umbraco-cms/reference/notifications/editormodel-notifications/customizing-the-links-box.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

16/umbraco-cms/reference/notifications/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n
263263

264264
Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.
265265

266-
### Editor Model Notifications
267-
268-
See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.
269-
270-
{% hint style="info" %}
271-
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
272-
{% endhint %}
273-
274266
## Creating and publishing your own custom notifications
275267

276268
Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.

17/umbraco-cms/.gitbook.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ redirects:
1717
customizing/foundation/working-with-data/repositories: customizing/foundation/repositories.md
1818
customizing/foundation/working-with-data/states: customizing/foundation/states.md
1919
customizing/foundation/working-with-data/store: customizing/foundation/README.md
20-
reference/notifications/editormodel-notifications/customizing-the-links-box: reference/notifications/editormodel-notifications/README.md
2120
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md
2221
tutorials/creating-a-custom-dashboard: tutorials/creating-a-custom-dashboard/README.md
2322
extending/property-editors/declaring-your-property-editor: tutorials/creating-a-property-editor/README.md

17/umbraco-cms/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@
377377
* [MediaService Notifications Example](reference/notifications/mediaservice-notifications.md)
378378
* [MemberService Notifications Example](reference/notifications/memberservice-notifications.md)
379379
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
380-
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
381380
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
382381
* [Inversion of Control / Dependency injection](reference/using-ioc.md)
383382
* [Management](reference/management/README.md)

17/umbraco-cms/reference/notifications/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n
263263

264264
Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.
265265

266-
### Editor Model Notifications
267-
268-
See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.
269-
270-
{% hint style="info" %}
271-
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
272-
{% endhint %}
273-
274266
## Creating and publishing your own custom notifications
275267

276268
Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.

0 commit comments

Comments
 (0)