100], [['config'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'label' => 'Label', 'type' => 'Type', 'config' => 'Config', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }