'tpt_hidden_option', ); } public function getSettings(): array { return array( // Hidden fields array( 'id' => Settings::SETTINGS_PREFIX . 'head_quantity_text', 'row_class' => 'tpt_hidden_option', 'type' => 'text', ), array( 'id' => Settings::SETTINGS_PREFIX . 'head_price_text', 'row_class' => 'tpt_hidden_option', 'type' => 'text', ), array( 'id' => Settings::SETTINGS_PREFIX . 'head_discount_text', 'row_class' => 'tpt_hidden_option', 'type' => 'text', ), ); } }