diff --git a/horlyk/fetch-xml-bundle/1.1/config/packages/horlyk_fetch_xml.yaml b/horlyk/fetch-xml-bundle/1.1/config/packages/horlyk_fetch_xml.yaml new file mode 100644 index 00000000..66dd5f54 --- /dev/null +++ b/horlyk/fetch-xml-bundle/1.1/config/packages/horlyk_fetch_xml.yaml @@ -0,0 +1,5 @@ +horlyk_fetch_xml: + use_pager: false + items_per_page: 10 + attribute_aliases_as_names: true + attribute_alias_prefix: 'qb_' diff --git a/horlyk/fetch-xml-bundle/1.1/manifest.json b/horlyk/fetch-xml-bundle/1.1/manifest.json new file mode 100644 index 00000000..093d2e20 --- /dev/null +++ b/horlyk/fetch-xml-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Horlyk\\Bundle\\FetchXmlBundle\\HorlykFetchXmlBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}