-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control panels #29
Comments
True. Though, we have a registry endpoint that allows setting registry settings. Since all control panels are based on the registry now, the question is if we need specific endpoint or if providing a schema for the control panels is sufficient. |
For most I think providing a schema would be enough. There are some custom ones though, like users for example. |
All controlpanels using the registry are implemented. Missing controlpanels are:
|
Any work in progress on this? Especially Dexterity content types? |
@avoinea not really. It is hard to find clients who are willing to pay for control panels. Therefore this is something we have to do via the community or via sprints IMHO. The Dexterity content types control panel is indeed a biggy and it would be great if we could find someone who wants to pick this up. I'd be more than happy to help with advice if needed. |
@tisto Then I suppose I'm the right guy at the right place :). I can take The Dexterity content types control panel Where should I start? I suppose plone.restapi. |
@avelino awesome! Yeah, I guess we need to create the rest api endpoints first, then move on to the frontend implementation. Do you want to create an issue on the plone.restapi issue tracker? |
@tisto What about this one plone/plone.restapi#355 |
Create all control panels. The rest api doesn't provide most of the calls for this yet.
The text was updated successfully, but these errors were encountered: