Skip to content

Commit 054fce8

Browse files
committed
remove known issues re xpath and macros as neither exist for 14
1 parent b84c8e4 commit 054fce8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

14/umbraco-ui-builder/known-issues.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ description: Known issues in Umbraco UI Builder, the backoffice UI builder for U
77
Umbraco UI Builder tries its best to mimic the content pipeline as closely as possible whilst sticking to public and supported APIs. This is so that the Data Type suite can be used fully for editing properties. There are some features in the Umbraco Core that are locked away in internal methods. This means that some features may not be fully supported. Below is a list of known issues to date.
88

99
{% hint style="warning" %}
10-
The Property Editor articles are a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
10+
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.
1111
{% endhint %}
1212

1313
## Property Editors
1414

1515
### Tags
1616

1717
Whilst we have support for persisting the tag's value, we don't currently have the ability to write these tags to the `cmsTags` DB table. This is all handled via a `tagsRepository` which is internal so we currently can't save to it as core does.
18-
19-
### Multi-Node Tree Picker
20-
21-
When using a Multi-Node Tree Picker with an XPath filter, only filters starting with the `$root` placeholder will be valid. This is because all other placeholders expect the property editor to be placed on a content node, with that node being used as context.
22-
23-
### RTE Macros
24-
25-
Macros in Rich Text Editors don't appear to work properly due to the preview mechanism. They save and run on the front end, but you'll get an error notification in the backoffice as it tries to render a preview.

0 commit comments

Comments
 (0)