diff --git a/horlyk/fetch-xml-bundle/1.0/config/packages/horlyk_fetch_xml.yaml b/horlyk/fetch-xml-bundle/1.0/config/packages/horlyk_fetch_xml.yaml new file mode 100644 index 00000000..66dd5f54 --- /dev/null +++ b/horlyk/fetch-xml-bundle/1.0/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.0/manifest.json b/horlyk/fetch-xml-bundle/1.0/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/horlyk/fetch-xml-bundle/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}