You are here

constant SWEAVER_CTOOLS_ALLOWED_PROPERTIES in Sweaver 6

Same name and namespace in other branches
  1. 7 sweaver.module \SWEAVER_CTOOLS_ALLOWED_PROPERTIES

Sweaver default usable CSS properties extending the defaults from CTools.

2 uses of SWEAVER_CTOOLS_ALLOWED_PROPERTIES
sweaver_plugin_styles::sweaver_ctools_allowed_properties in plugins/sweaver_plugin_styles/sweaver_plugin_styles.inc
Add more allowed properties.
sweaver_settings in plugins/sweaver_plugin_editor/sweaver_plugin_editor.admin.inc
Settings form.

File

./sweaver.module, line 26
Sweaver functions.

Code

define('SWEAVER_CTOOLS_ALLOWED_PROPERTIES', "-moz-border-radius\n-webkit-border-radius\nborder-top-right-radius\nborder-bottom-right-radius\nborder-bottom-left-radius\nborder-top-left-radius\nwebkit-border-top-right-radius\nwebkit-border-bottom-right-radius\nwebkit-border-bottom-left-radius\nwebkit-border-top-left-radius\nmoz-border-radius-topright\nmoz-border-radius-bottomright\nmoz-border-radius-bottomleft\nmoz-border-radius-topleft\nposition\ntop\nleft\nbottom\nright\nborder-collapse\nborder-spacing\nlist-style-image\nlist-style-type\nmin-width\nmax-width\nmin-height\nmax-height\nvisibility");