esc_html__( 'Layer Blob', 'et-builder' ),
'svgContent' => array(
'default' => array(
'landscape' => '
',
'portrait' => '
',
'square' => '
',
),
'default-inverted' => array(
'landscape' => '
',
'portrait' => '
',
'square' => '
',
),
'rotated' => array(
'landscape' => '
',
'portrait' => '
',
'square' => '
',
),
'rotated-inverted' => array(
'landscape' => '
',
'portrait' => '
',
'square' => '
',
),
),
);
}
}
return new ET_Builder_Mask_Layer_Blob();