Cromwell icon indicating copy to clipboard operation
Cromwell copied to clipboard

WordPress-like CMS for Next.js websites

Results 14 Cromwell issues
Sort by recently updated
recently updated
newest added

This PR rewrites the admin ui, swaps out most of the material ui components and introduces many ux tweaks. Main goals: Keep the ui tidy Give Cromwell a unique look...

Currently image uploading by URL in editor works only from current domain. Will be good to allow uploading from any web source ``` uploadByUrl: (url: string) => { if (url.startsWith(window.location.origin))...

This PR is basically a refactor of CMS authentication system to permission-based (previously role-based). Now a user can have many or no roles. DB won't allow removing a role until...

I would like to see an option to create some customer roles with granulated permissions. Example of what i would like to see, basically an admin will be able to:...

Hi all and congratz for this amazing CMS!!! Is there a way to temporarily remove or hide the shop option from the admin panel? Lets say that i would like...

Slug field in admin panel on any entity page is not checking for uniqueness on input. We can only know that after we hit "Save" and get error. We need...

Cromwell CLI install fails at 2/4 fetching packages with the message info There appears to be trouble with your network connection. Retrying... Eventually it times out and exits. I have...