2023-05-16 10:50:42 +08:00

8 lines
237 B
PHP

<?php
$config->reviewcl = new stdclass();
$config->reviewcl->create = new stdclass();
$config->reviewcl->edit = new stdclass();
$config->reviewcl->create->requiredFields = 'title';
$config->reviewcl->edit->requiredFields = 'title';