feat: allow multiple site selection, add comma-separated format

This commit is contained in:
Rekryt
2024-08-31 15:36:08 +03:00
parent d304af915e
commit fe752cede2
5 changed files with 135 additions and 77 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace OpenCCK\App\Controller;
class CommaController extends TextController {
const DELIMITER = ', ';
}