The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| import { MJMLElement, helpers } from 'mjml-core' | |
| import cloneDeep from 'lodash/cloneDeep' | |
| import merge from 'lodash/merge' | |
| import React, { Component } from 'react' | |
| const tagName = 'mc-section' | |
| const parentTag = ['mj-container'] | |
| const defaultMJMLDefinition = { | |
| attributes: { | |
| 'mc:hideable': null, |