A polymer behavior that upgrades a user component to handle content.
bower install --save pancake-cms-content-editor
While creating your element, you will need to append the ContentEditorBehavior
to your code.
Polymer({
is: 'my-element',
behaviors: [ContentEditorBehavior]
});