Active
Project:
RESTful Panels
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2016 at 02:30 UTC
Updated:
2 Apr 2016 at 02:36 UTC
Jump to comment: Most recent
Comments
Comment #2
hussainwebIt does support Panelizer. There is no default end point but it shouldn't be too hard to write one. All you need to do is extend
RestfulPanelsPanelizerand create an endpoint with that.It also supports page manager but only with a display id. Again, it shouldn't be too hard to write an endpoint controller (extending
RestfulPanelsDataProviderDisplay) that takes a URL and passes in the display id to the parent class.