* ensure we always have the latest variant data
* use enum value
* Update document-tree-item.element.ts
* only dispatch event if there is no error
* reload structure after publish with descendants
* only request update if it succeeds
* rename private method
* Adds "Template Has No Children Condition"
to prevent the "delete" action being displayed
for templates that have child templates.
* Removed condition config type
it didn't have any configurable properties.
Lazy-loaded the manifest api.
* Renamed "Template Has No Children" condition
to "Template Allow Delete Action" condition.
allow for the document create options to be opened on space/enter clicked
Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit 69d9cfab9a)
* Adds `alias` to UFM component registrations
* Adds support for `alias` prefix in UFM syntax
e.g. `{(alias:|marker)(text)}` would be `{umbContentName: propertyAlias}` or `{~propertyAlias}`
* UFM Content Name: adds warning for using the `~` prefix marker
The `~` prefix will be deprecated in a future major release.
* Feature: Set the URL field as required and focus on it
* Added mandatory asterix to webhook url label
---------
Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit e93b86bdae)
* Feature: Set the URL field as required and focus on it
* Added mandatory asterix to webhook url label
---------
Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
* Initial working localLinks migration
* Cleanup
* Refactor for extendability part 1
* Refactor part 2
* Fixed circular dependency
* Made sure all the extendable logic for the migration is marked as obsolete for v18
* Refactor to use Interface and non circular references instead
* Use Npco for SQLserver compatibility and include media properties too
---------
Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
* Initial working localLinks migration
* Cleanup
* Refactor for extendability part 1
* Refactor part 2
* Fixed circular dependency
* Made sure all the extendable logic for the migration is marked as obsolete for v18
* Refactor to use Interface and non circular references instead
* Use Npco for SQLserver compatibility and include media properties too
---------
Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>