[ 'config' => [ 'PricingPalette' => [ 'config' => [], 'extends' => 'PalettesV2', ], 'PriceInstances' => [ 'config' => [ 'sortable' => true, ], ], ], ], 'typography' => [ 'hidden' => true ], 'animation' => array( 'disabled_controls' => array( '.btn-inline:not(.anim-animation)', ), ), 'shadow' => [ 'config' => [ 'disabled_controls' => [ 'text' ], ], ], 'layout' => [ 'disabled_controls' => [ 'Overflow', 'ScrollStyle', ], ], ); } /** * Element info * * @return string|string[][] */ public function info() { return [ 'instructions' => [ 'type' => 'help', 'url' => 'pricing_table', 'link' => 'https://help.thrivethemes.com/en/articles/4425836-how-to-use-the-pricing-table-element', ], ]; } }