toArray() as $value => $label) { $options[] = [ 'value' => $value, 'label' => $label ]; } return $options; } /** * Get options in "key-value" format * * @return array */ public function toArray() { return [ self::DISPLAY_PRICE => __('Price'), self::DISPLAY_IMAGE => __('Image'), self::DISPLAY_DESCRIPTION => __('Short Description') ]; } }