This should be a pretty straightforward port of the Backbone API's admin settings page, minus the list of views (I think, correct me if I'm wrong there).

As a few changes, I think we should use the PHP glob function to match names, to keep the admin interface consistent with the Blocks admin page and others. Also, I feel like the FileInclude class is a cool idea, but a bit non-standard and not-needed at this point. Can we simplify the include code and keep it to the drupal library include in init?

Comments

ethanw’s picture

Assigned: Unassigned » cromac

Assigning to Cromac since this is a Backbone API merge item. Cromac, throw back my way if you've got other priorities.

cromac’s picture

Happy to pick it up, it's pretty much done.

ethanw’s picture

Awesome. I just added an admin form function, menu item and include file. Currently just implements a configurable REST endpoint path.