Results 3 comments of gradel

In cases like that I tend to use a normal model of its own e.g. `Gallery`, which may be a PluginBase or not depending on it having mixed content. And...

Played around and built an accordion app with "chained" foreign keys to mimic a plugin tree. https://github.com/gradel/feincms3-accordion

for my setup (custom feincms3 plugin) this css did the trick: ```css form .form-row .filer-dropzone span.filerFile.js-file-selector > a:first-child { padding-top: 0 !important; float: left; } ```