Initial: Webfarben DummyCopier Bundle

This commit is contained in:
2026-03-11 20:01:53 +01:00
commit 80fd71b922
12 changed files with 1071 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "webfarben/contao-dummy-copier",
"description": "Contao backend module to clone dummy pages, content elements, modules and rewire references.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0"
},
"autoload": {
"psr-4": {
"Webfarben\\DummyCopier\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Webfarben\\DummyCopier\\ContaoManager\\Plugin"
}
}