custom fields have been added to the documents
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
namespace common\models;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\ArrayHelper;
|
||||
|
||||
/**
|
||||
@ -29,6 +28,7 @@ class DocumentField extends \yii\db\ActiveRecord
|
||||
{
|
||||
return [
|
||||
[['title', 'field_template'], 'string', 'max' => 255],
|
||||
['field_template', 'string', 'max' => 255],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user