Freddy Montes
Freddy Montes
Hello, I tried to create my own custom proxy in node: ``` import http from 'http'; import httpProxy from 'http-proxy'; // // Create your custom server and just call `proxy.web()`...
Hi guys, Im trying to do this in the usemin task: ``` usemin: { options: { assetsDirs: '/index.html', blockReplacements: { js: function (block) { return ''; } } }, html:...
This adds a new example under cms-dotcms/. Is a general-purpose example that should allow developers to undestand how to use next.js with dotCMS apis. ## Bug - [ ] Related...
### Proposed Changes * Set HTML ot JSON to the block editor in `edit_field.jsp` * Fix the `dotcms-block-editor` storybook not starting ### Checklist - [ ] Tests - [ ]...
**Describe the bug** User can add `identifier` and `inode` fields content types, with the variable name “identifier” or "inode". These variable names should be reserved. **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** As a user, I want to be able to point different paths in dotCMS to different destinations in EMA servers....
**Describe the bug** Containers directly in the `` (no wrapper around) breaks the container. **To Reproduce** Steps to reproduce the behavior: 1. Create an advanced template with [this code](https://gist.github.com/fmontes/070fec357cfccad08227a4bf37ac4b7e) (update...
**Describe the bug** When the contentlet that have a publishing date field, the “archive” don't happen and the working and live version are still up. **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** As a user, I want to be able to add content types to the navigation as easy and fast as...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...