Changeset 1282233
- Timestamp:
- 11/09/2015 04:11:30 AM (10 years ago)
- File:
-
- 1 edited
-
storyform/trunk/media/storyform-media.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storyform/trunk/media/storyform-media.php
r1255530 r1282233 80 80 81 81 /** 82 * Allow data-text-overlay, data- decorational, data-area-crop, data-source attributes that would otherwise get stripped in VIP.82 * Allow data-text-overlay, data-contrast, data-decorational, data-area-crop, data-source attributes that would otherwise get stripped in VIP. 83 83 * 84 84 */ … … 94 94 'img' => array( 95 95 'data-text-overlay' => true, 96 'data-contrast' => true, 96 97 'data-area-crop' => true, 97 98 'data-sources' => true … … 99 100 'video' => array( 100 101 'data-text-overlay' => true, 102 'data-contrast' => true, 101 103 'data-area-crop' => true, 102 104 'data-sources' => true, … … 109 111 'videoid' => true, 110 112 'data-text-overlay' => true, 113 'data-contrast' => true, 111 114 'data-area-crop' => true, 112 115 'data-sources' => true, … … 119 122 'videoid' => true, 120 123 'data-text-overlay' => true, 124 'data-contrast' => true, 121 125 'data-area-crop' => true, 122 126 'data-sources' => true, … … 128 132 'figure' => array( 129 133 'data-text-overlay' => true, 134 'data-contrast' => true, 130 135 'data-area-crop' => true, 131 136 'data-sources' => true,
Note: See TracChangeset
for help on using the changeset viewer.