<?php
/**
 * Default configuration for the multimage plugin
 */

$conf['allowed_styles'] =
    'height,width,margin-right,margin-left,margin-top,margin-bottom,' .
    'top,left,right,bottom,z-index,align-self,justify-self,' .
    'background-repeat,background-image,background-size,transform,' .
    'mask-image';

