RaphaelKimmig
RaphaelKimmig
using component.fields, component.layout, ... in the template makes overriding values in view akward
We can't really override values in the view because the template access the components directly. We should probably explicitly pull out the component related things in get_context or via view...
- sometimes the last element can't be removed - adding & removing at the same time can lead to inconsistent behaviour
because the default views already provide their own specific link_layouts you can't just override link_layout and change it for all of them at once
it would be nice if we were able to do `ViewSet.links.detail` instead of having to use dict access