A web component that lets users add support for nested elements in their components
bower install --save pancake-cms-nested-includer
While creating your element, you will need to append the NestedIncluderBehavior
to your code.
Polymer({
is: 'my-element',
behaviors: [NestedIncluderBehavior]
});