Tagged: Pricing Table, table
Hi,
Is there an easy way to make the default setting for a new table that is added via the advanced layout editor to be “use the table to display tabular data” rather than “use the table as a princing table”
Thanks
Daniel
Hi df50!
Open up /enfold/config-templatebuilder/avia-shortcodes/table.php and change line 102 from this.
"std" => "pricing",
To this.
"std" => "tabular",
Best regards,
Elliott