From 749e0466be35e7ba4190575f4746813d928a294d Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Mon, 6 Nov 2023 16:53:01 -0300 Subject: [PATCH] Add recipe for "sonata-project/entity-audit-bundle" (#1559) --- .../1.1/config/routes/sonata_entity_audit.yaml | 3 +++ sonata-project/entity-audit-bundle/1.1/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml create mode 100644 sonata-project/entity-audit-bundle/1.1/manifest.json diff --git a/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml b/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml new file mode 100644 index 000000000..f1a71b09e --- /dev/null +++ b/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml @@ -0,0 +1,3 @@ +sonata_entity_audit: + resource: '@SimpleThingsEntityAuditBundle/Resources/config/routing/audit.xml' + prefix: /audit diff --git a/sonata-project/entity-audit-bundle/1.1/manifest.json b/sonata-project/entity-audit-bundle/1.1/manifest.json new file mode 100644 index 000000000..6222397c4 --- /dev/null +++ b/sonata-project/entity-audit-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}