Adding configuration fields

Hallo,

gibt es schon eine shopware.apps.Base.store für Shopware 6, die man wie in SW 5 in die config.xml einbauen kann? In der Doku dazu finde ich nichts.

Gruß

 

Hallo Gwen,

falls Du meinst, wie man in der Plugin Konfiguration Entity Selects einbauen kann, dann ist die Antwort die Komponente sw-entity-single-select.

    exampleProduct
    product
    Choose a product for the plugin configuration

https://docs.shopware.com/en/shopware-platform-dev-en/internals/plugins/plugin-config

unter “Advanced custom input fields”

Das hat mir weiter geholfen. Vielen Dank.

Allerdings funktioniert für eine Mehrfachauswahl weder das sw-entity-multi-select noch das sw-entity-multi-id-select

Für die, die hier vorbei schauen und Hilfe zu weiteren entities benötigen, finden noch folgende:

attribute
attribute_set
attribute_set_relation
category
category_tag
cms_block
cms_page
cms_slot
country
country_state
currency
customer
customer_address
customer_group
customer_tag
dead_message
delivery_time
discount_surcharge
event_action
integration
language
locale
mail_header_footer
mail_template
mail_template_media
mail_template_sales_channel
media
media_default_folder
media_folder
media_folder_configuration
media_folder_configuration_media_thumbnail_size
media_tag
media_thumbnail
media_thumbnail_size
message_queue_stats
navigation
newsletter_receiver
number_range
number_range_sales_channel
number_range_state
number_range_type
order
order_address
order_customer
order_delivery
order_delivery_position
order_line_item
order_tag
order_transaction
payment_method
payment_method_rule
plugin
product
product_category
product_category_tree
product_configurator_setting
product_manufacturer
product_media
product_option
product_price
product_property
product_stream
product_stream_filter
product_tag
product_visibility
promotion
promotion_discount
promotion_sales_channel
property_group
property_group_option
rule
rule_condition
sales_channel
sales_channel_country
sales_channel_currency
sales_channel_domain
sales_channel_language
sales_channel_payment_method
sales_channel_shipping_method
sales_channel_type
salutation
scheduled_task
search_document
seo_url
seo_url_template
shipping_method
shipping_method_price
shipping_method_tag
snippet
snippet_set
state_machine
state_machine_history
state_machine_state
state_machine_transition
store_settings
system_config
tag
tax
unit
user

 

Gruß 

4 „Gefällt mir“

Die werden gerade wohl umgebaut. Gibt hier ein Beispiel, was dann aber erst in der 6.2 funktionieren wird:

https://github.com/shopware/swag-docs-plugin-config/blob/master/src/Resources/config/config.xml

Davon habe ich das. Vielen Dank für die Info,

Gruß

Super, vielen Dank, ich könnte dich knutschen,

aber interesieren würde mich, wie du die Liste für die entities gefunden hast.

Ich suche schon seit zig Stunden nach so einer Liste und bin dann hier bei dir fündig geworden. Nochmals Danke!

@gwen schrieb:

Das hat mir weiter geholfen. Vielen Dank.

Allerdings funktioniert für eine Mehrfachauswahl weder das sw-entity-multi-select noch das sw-entity-multi-id-select

Für die, die hier vorbei schauen und Hilfe zu weiteren entities benötigen, finden noch folgende:

attribute
attribute_set
attribute_set_relation
category
category_tag
cms_block
cms_page
cms_slot
country
country_state
currency
customer
customer_address
customer_group
customer_tag
dead_message
delivery_time
discount_surcharge
event_action
integration
language
locale
mail_header_footer
mail_template
mail_template_media
mail_template_sales_channel
media
media_default_folder
media_folder
media_folder_configuration
media_folder_configuration_media_thumbnail_size
media_tag
media_thumbnail
media_thumbnail_size
message_queue_stats
navigation
newsletter_receiver
number_range
number_range_sales_channel
number_range_state
number_range_type
order
order_address
order_customer
order_delivery
order_delivery_position
order_line_item
order_tag
order_transaction
payment_method
payment_method_rule
plugin
product
product_category
product_category_tree
product_configurator_setting
product_manufacturer
product_media
product_option
product_price
product_property
product_stream
product_stream_filter
product_tag
product_visibility
promotion
promotion_discount
promotion_sales_channel
property_group
property_group_option
rule
rule_condition
sales_channel
sales_channel_country
sales_channel_currency
sales_channel_domain
sales_channel_language
sales_channel_payment_method
sales_channel_shipping_method
sales_channel_type
salutation
scheduled_task
search_document
seo_url
seo_url_template
shipping_method
shipping_method_price
shipping_method_tag
snippet
snippet_set
state_machine
state_machine_history
state_machine_state
state_machine_transition
store_settings
system_config
tag
tax
unit
user

 

Gruß 

Hallo,

die habe ich glaube auch auf einer anderen Shopware Plugin Site bei Github gefunden. Es gab auch nur die eine Stelle mit der Auflistung, die ich gefunden habe. Darum habe ich das gleich (auch für mich) hier mit notiert.

 

Gruß