core
core copied to clipboard
Headless/Hybrid Content Management System for Enterprises
Refactoring docker image publishing to its own job to retried when fails instead of the whole release process.
not used anymore
This uses a new java seed that includes the locale package
Fixes the velocity output for dotAsset image fields ``` curl -u [email protected]:admin -XGET https://local.dotcms.site:8443/api/vtl/dynamic/ \ -H "Content-Type:text/plain" \ -d ' #foreach($con in $dotcontent.pull("+contentType:testing", 100,"")) title: $con.title name: $con.image.name size: $con.image.size...
Adding the test again, against master
A flag is sent as part of an ImmutableRelationshipField to know if the field is parent or child. This is useful from UI perspective to fix this issue #22549
### Proposed Changes * Set HTML ot JSON to the block editor in `edit_field.jsp` * Fix the `dotcms-block-editor` storybook not starting ### Checklist - [ ] Tests - [ ]...
In order to improve our startup times, we need to prevent tomcat from scanning for TLDs on startup as this takes a long time, especially in cloud environments
Adding the Favorite Page type, again!
1. Create a content type `testing` - Title - Image (Image Field) 2. Create a content object of `testing` - use DnD to upload a dotAsset to the field 3....