-
Notifications
You must be signed in to change notification settings - Fork 40
Description
I've searched various backdrop issue queues about port of Drupal CTools plugins system, but found interesting pieces only either two years old, or tagged 2.x ...
I've seen the "Form Element Layout" approach, which is basically recreating a plugin API, and the "Adressfield" approach, which is hardcoding everything (which I find a lot cleaner, but requires a lot of typo...)
What's the "recommended" way to deal with plugins, now ?
FYI, I'm looking at the port of the drupal "geocoder" project, which, by the way, could provide "geocode from addressfield"... Given that "geophp", "geofield", and "leaflet" run perfectly in backdrop whith just "backdrop = 1.x" added to the info file, we could have a nice backdrop mapping solution for this (I whish you happy) new year !