keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.65k stars 2.21k forks source link

Heterogenous lists in Keystone 6 #5013

Open Air-Craft opened 1 year ago

Air-Craft commented 1 year ago

I have a few "XXXScreen" entities in my schema which represent configurable screens in an app. I want the CMS editor to be able to selection instances of these screens (created in keystone) and arrange them as a list under a "Study" entity. I'm wondering if there is a way to do this with references or if not, some other way...?

I was considering something with Slate document blocks but I'm not sure it supports changing the ordering...

Thx!