You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ``AssetExportProcessor`` loops over properties found in the raw node data.
11
+
12
+
For reference(s) properties the ``NodeType`` complains when asked for the _property_ type, since references are not longer properties as before.
13
+
14
+
This thus skips references, as the cannot hold an asset anyway, thus solving warnings about
15
+
16
+
``Warning: Skipped node data processing for the property "foo". The property name is not part of the NodeType schema for the NodeType "Acme.Acmeom:Document.Page"``
17
+
18
+
which are very misleading (as the property exists).
19
+
20
+
**Review instructions**
21
+
22
+
Export legacy content having a ``references``property…
0 commit comments