1<?php 2/** 3 * Default configuration for the multimage plugin 4 */ 5 6$conf['allowed_styles'] = 7 'height,width,margin-right,margin-left,margin-top,margin-bottom,' . 8 'top,left,right,bottom,z-index,align-self,justify-self,' . 9 'background-repeat,background-image,background-size,transform,' . 10 'mask-image'; 11 12