Skip to content

Commit 076f546

Browse files
committed
Add updated articles to 5 docs
1 parent eeb06b0 commit 076f546

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

15/umbraco-cms/SUMMARY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
* [Upgrade to Umbraco 7](fundamentals/setup/upgrading/version-specific/upgrade-to-umbraco-7.md)
2626
* [Minor upgrades for Umbraco 7](fundamentals/setup/upgrading/version-specific/minor-upgrades-for-umbraco-7.md)
2727
* [Server setup](fundamentals/setup/server-setup/README.md)
28+
* [Backoffice](fundamentals/backoffice/README.md)
29+
* [Property Editors](fundamentals/backoffice/property-editors/README.md)
30+
* [Built-in Property Editors](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/README.md)
31+
* [Image Cropper](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md)
2832

2933
## Implementation
3034

@@ -75,6 +79,8 @@
7579
* [Unattended](reference/configuration/unattendedsettings.md)
7680
* [Web routing](reference/configuration/webroutingsettings.md)
7781
* [Common Pitfalls & Anti-Patterns](reference/common-pitfalls.md)
82+
* [UmbracoMapper](reference/mapping.md)
83+
* [Depencency Injection / IoC](reference/using-ioc.md)
7884

7985
## Tutorials
8086

15/umbraco-cms/release-candidate-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ Here is a list of all the articles that are new to this version or have been upd
6868

6969
* Changes made based on the removal of the UmbracoAPIController
7070
* [Common Pitfalls: Static references to scoped references](reference/common-pitfalls.md#static-references-to-scoped-instances-such-as-umbracohelper)
71-
* [Creating a custom database table](extending/database.md)
71+
* [Creating a custom database table](extending/database.md)
72+
* [Image Cropper](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md)
73+
* [UmbracoMapper](reference/mapping.md)
74+
* [Depencency Injection / IoC](reference/using-ioc.md)

0 commit comments

Comments
 (0)