<# var placeholder = data.field.placeholder; if ( 'object' !== typeof placeholder ) { placeholder = { top : placeholder, right : placeholder, bottom : placeholder, left : placeholder, }; } /** * We need to handle responsive dimension fields like this for backwards * compatibility with old margin, padding and border fields. If we did not do this * the keys would be margin_medium_top instead of the existing margin_top_medium. */ var responsive = data.name.replace( data.rootName, '' ); #>