Skip to content

Commit 9bd6cd4

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-6: Obsolete method note using reusable content
1 parent c855f07 commit 9bd6cd4

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Obsolete Warning: IPublishedSnapshotAccessor'
3+
---
4+
5+
{% hint style="warning" %}
6+
The following example uses `IPublishedSnapshotAccessor`, which is obsolete in Umbraco 15 and will be removed in a future version. For more information, see the[ Version specific upgrades](../../fundamentals/setup/upgrading/version-specific/#umbraco-15) article.
7+
{% endhint %}

15/umbraco-cms/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
## Customize the Backoffice
5555

56-
* [Extend and customize the editing experience](customizing/extend-and-customize-editing-experience.md)
56+
* [Extend and customize the editing experience](customize-the-backoffice/extend-and-customize-the-editing-experience.md)
5757

5858
## Extending
5959

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Extend and customize the editing experience
2+

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Rich Text Editor TinyMce
22

3-
`Schema Alias: Umbraco.RichText`
4-
`UI Alias: Umb.PropertyEditorUi.TinyMCE`
3+
`Schema Alias: Umbraco.RichText` `UI Alias: Umb.PropertyEditorUi.TinyMCE`
54

65
`Returns: HTML`
76

@@ -112,9 +111,7 @@ Although the use of a GUID is preferable, you can also use the numeric ID to get
112111

113112
If Modelsbuilder is enabled you can get the alias of the desired property without using a magic string.
114113

115-
{% hint style="warning" %}
116-
The following example uses `IPublishedSnapshotAccessor` which is obsolete in Umbraco 15 and will be removed in a later version.
117-
{% endhint %}
114+
{% include "../../../../../.gitbook/includes/obsolete-warning-ipublishedsnapshotaccessor.md" %}
118115

119116
```csharp
120117
@using Umbraco.Cms.Core.PublishedCache;

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# Rich Text Editor Tiptap
1+
# Rich Text Editor
22

3-
`Schema Alias: Umbraco.RichText`
4-
`UI Alias: Umb.PropertyEditorUi.TipTap`
3+
`Schema Alias: Umbraco.RichText` `UI Alias: Umb.PropertyEditorUi.TipTap`
54

65
`Returns: HTML`
76

87
{% hint style="warning" %}
98
In Umbraco 15, the Rich Text Editor has a new default property editor UI that introduces Tiptap as an alternative.
109

11-
You can continue to use the [TinyMCE UI for the Rich Text Editor](../rich-text-editor-tinymce/README.md). This UI will be removed in Umbraco 16.
10+
You can continue to use the [TinyMCE UI for the Rich Text Editor](../rich-text-editor-tinymce/). This UI will be removed in Umbraco 16.
1211

1312
**Current limitations**
1413

@@ -103,9 +102,7 @@ Although the use of a GUID is preferable, you can also use the numeric ID to get
103102

104103
If Modelsbuilder is enabled you can get the alias of the desired property without using a magic string.
105104

106-
{% hint style="warning" %}
107-
The following example uses `IPublishedSnapshotAccessor` which is obsolete in Umbraco 15 and will be removed in a later version.
108-
{% endhint %}
105+
{% include "../../../../../.gitbook/includes/obsolete-warning-ipublishedsnapshotaccessor.md" %}
109106

110107
```csharp
111108
@using Umbraco.Cms.Core.PublishedCache;

0 commit comments

Comments
 (0)