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