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
@clausjensen this is because of the <umb-toggle> is added as a void element (self-closing element), which angular directives/components can't be as they are custom HTML elements.
Umbraco version
Latest v8/dev.
Reproduction
Well... this is a bit funky, but do this:
publishdescendants.html
(it's inviews/content/overlays
).umb-toggle
element in there and place this on the line directly above it:<localize key="content_includeUnpublished"></localize>
umb-toggle
directive.I haven't tested if this applies to other directives as well ... I just noticed it with the toggle.
Bug summary
Localized text/tag seems to not render when put in after a umb-toggle element. It works fine if placed before umb-toggle.
The text was updated successfully, but these errors were encountered: