Hey fellows,
I have the following requirement to do, and I'm trying to find a easy method to solve it ( want to avoid boring, repetitive work) :
imagine that there are 100 components already created and for each component you need to have Style System options : Apply Padding and Remove Padding.
Now, in order to avoid implementing for each component policy this options, is there a way to have inheritance from, let's say, a base policy component ?
Let me know what you think.