Dashboard widget for Kirby panel that allows users to copy (clone) existing pages and files.
Currently only auto-suggests existing pages, not files (but supports file copying as well).
- PHP 5.4.0+
- Kirby 2.4.0+
cd path/to/kirby
kirby plugin:install mogelbrod/kirby-copy-files
This should install the plugin at site/plugins/copy-files
.
cd path/to/kirby
git submodule add https://github.com/mogelbrod/kirby-copy-files.git site/plugins/copy-files
- Download a ZIP archive of this repository
- Extract the contents of
master.zip
- Rename the extracted folder to
copy-files
and move it into thesite/plugins/
directory in your Kirby project