Plugin Directory

Changeset 1282233


Ignore:
Timestamp:
11/09/2015 04:11:30 AM (10 years ago)
Author:
RylanH
Message:

Adding support for data-contrast attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storyform/trunk/media/storyform-media.php

    r1255530 r1282233  
    8080
    8181/**
    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.
    8383 *
    8484 */
     
    9494        'img' => array(
    9595            'data-text-overlay' => true,
     96            'data-contrast' => true,
    9697            'data-area-crop' => true,
    9798            'data-sources' => true
     
    99100        'video' => array(
    100101            'data-text-overlay' => true,
     102            'data-contrast' => true,
    101103            'data-area-crop' => true,
    102104            'data-sources' => true,
     
    109111            'videoid' => true,
    110112            'data-text-overlay' => true,
     113            'data-contrast' => true,
    111114            'data-area-crop' => true,
    112115            'data-sources' => true,
     
    119122            'videoid' => true,
    120123            'data-text-overlay' => true,
     124            'data-contrast' => true,
    121125            'data-area-crop' => true,
    122126            'data-sources' => true,
     
    128132        'figure' => array(
    129133            'data-text-overlay' => true,
     134            'data-contrast' => true,
    130135            'data-area-crop' => true,
    131136            'data-sources' => true,
Note: See TracChangeset for help on using the changeset viewer.