xref: /plugin/multimage/conf/default.php (revision 3d0502afe0387853d1dec69b59db8664ad1deac4)
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