keystone-classic icon indicating copy to clipboard operation
keystone-classic copied to clipboard

Node.js CMS and web app framework

Results 105 keystone-classic issues
Sort by recently updated
recently updated
newest added

Is it possible to include a **custom form** in admin panel which integrates **google places api** that **lists the results** like this ![](https://www.igorkromin.net/fp-content/images/programming/googlemaps/googlemaps2.png)l The db model needs to add manual...

question

## Description of changes The use of `100vw` was causing horizontal scrollbars to appear on the home and 404 pages. Using `100%` fixes that. Technically, block elements like `` don't...

### Expected behavior Uploaded file was deleted. ### Actual/Current behavior The uploaded file has not been deleted. ### Environment | Software | Version | ---------------- | ------- | Keystone |...

keystonejs is a very nice CMS system. The only regret is that implementations of types.file and types.files have not yet been released. When will the development of types.files be done?

discussion

While gaining momentum again, updating dependencies is an important task. One of the key libraries is Mongoose. It should be checked how big changes updating to Mongoose 5.0 would mean...

discussion
help wanted
feature request
dependencies
4.x candidate

What I did on implementing page tree and navigation is this , this is simple but i think it could be somehow a solution #Page Model ``` Pages.add({ name: {...

Hello everyone. I have a field in my model with `type: Types.Html, wysiwyg: true,` and I also have `'wysiwyg cloudinary images': true,` in my `keystone.init()`. So when I'm adding a...

enhancement

I was wundering if it's possible to filter a relationship field value that does NOT equal a certain string? ### Expected behavior With following model you should only be able...

question

I have this model: ``` UserApp.add({ employer_code: { type: Types.Text, label:'Código de empleado',initial: true, required: true, index: true }, name: { type: Types.Text, label:'Nombre', required: true, index: true }, email:...

bug
4.x candidate

### Expected behavior The "yo keystone" process should have gone without errors. ### Actual/Current behavior **First error:** make: вход в каталог «/home/and/project/test/my-site/node_modules/kerberos/build» CXX(target) Release/obj.target/kerberos/lib/kerberos.o In file included from ../../nan/nan.h:190:0, from...

question