Drupal: Exportable configuration with Ctools
Ctools scheint nun auch die UI für Presets automatisch zu erzeugen, klingt spannend, also mal testen.
In this article, I’ll do a similar walkthrough as I did in my earlier post of how to implement a configuration preset storage in your module and make it exportable with Ctools. Only this time, the user interface will be provided automatically by Ctools, which means there will be a lot less code. As a maintainer of the FFmpeg Converter module, this is a big win since the amount of code I have to maintain is reduced significantly.
Configuration presets, as I call them in this article, are collections of settings that are bundled up and used in different situations on a site.

