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>
As noted in #16659, everything from `App_Plugins` is copied into the web
output. This is unneeded and in the case of the `node_modules` directory
unwanted behavior, these files are sources and not output that Umbracco
needs to serve packages/extensions.
The old behavior has led to many of the "path too long" errors we've
been seeing while building extensions.
* Add logging to RTE integration tests to trace the source of the failing tests
* Revert build host change
* Explicitly log to console
* Make the test assertions less fragile