keystone-classic
keystone-classic copied to clipboard
Node.js CMS and web app framework
A quickfix was made in: https://github.com/keystonejs/keystone/commit/359ef38de70f4a42fd6e5bb5cfe3eee33ca87560 We should get into what is happening here and how to fix it properly
 When user trying to insert email with cyrillic symbols we can get weird behaviour with dynamic punycode encoding ### Expected behavior Input w/o changes and error on save ...
### Expected behavior Unset fields should remain unset when saving a model in admin. ### Actual/Current behavior If you save a model in the admin UI, unset String fields are...
### Expected behavior I'd like to get the results from a relationship between Model A (Listings) and Model B (Users) Having the following relationship defined in Model A `owner: {...
I have used keystone in production and my customers are pretty happy with it. However, a significant part of them expected the ability to reorder images in the cloudinary gallery...
I'm new to Keystone. With Keystone 4.0 now out, pull request #3282 is pretty old and possibly outdated. But, I think that would be a great and necessary addition to...
So we could pre-program information to be available in the edit item page (like the `Key` underneath the title). Simplest example would be, having a link to an article on...
### Expected behavior It would be nice to have `TextareaArray` field type. ### Actual/Current behavior `TextArray` field allows to use single line text. ### Environment | Software | Version |...
### Expected behavior Add a Object field which shows arbitrary object or array data in a textarea-esque field. You should be able to edit the field. Formatting would be optional....
So i have a droplet on digital ocean using ubuntu 16.04. On the droplet i have 3 databases, an admin,test and 'my site' which is the database keystone is apparently...