├── LICENSE ├── README.md ├── copy-files.php ├── package.json ├── screenshot.png └── widgets └── copy-files ├── copy-files.php └── template.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/README.md -------------------------------------------------------------------------------- /copy-files.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/copy-files.php -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/package.json -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/screenshot.png -------------------------------------------------------------------------------- /widgets/copy-files/copy-files.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/widgets/copy-files/copy-files.php -------------------------------------------------------------------------------- /widgets/copy-files/template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogelbrod/kirby-copy-files/HEAD/widgets/copy-files/template.php --------------------------------------------------------------------------------