feat(catalog): add show_in_selector attribute to item attributes and update related logic
This commit is contained in:
@@ -111,6 +111,7 @@ return [
|
||||
'direct_inventory_forbidden' => 'An item with variants cannot have direct inventory.',
|
||||
'event_date_attribute_required' => 'The event_date attribute is required for event date variants.',
|
||||
'multi_select_attribute_not_on_item' => 'Multi-select attributes must also be present in attribute_codes.',
|
||||
'hidden_attribute_not_on_item' => 'Hidden attributes must also be present in attribute_codes.',
|
||||
'event_date_selection_required' => 'At least one event date must be selected.',
|
||||
'single_event_date_required' => 'Exactly one event date must be selected.',
|
||||
'event_date_wrong_tenant' => 'Every event date must belong to the catalog item tenant.',
|
||||
|
||||
Reference in New Issue
Block a user