#1348 - У кейса учета финансов не отображается английская версия

parent 2bf336db
......@@ -125,6 +125,7 @@ class CoContent extends \common\components\ActiveRecordModel
[['file'], 'file', 'skipOnEmpty' => true, 'extensions' => 'png, jpg, jpeg, gif'],
[['url', 'type', 'priority'], 'required'],
[['url'], 'string', 'max' => 250],
[['url'], 'unique'],
[['category_id', 'custom'], 'safe'],
];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment