@@ -120,7 +120,7 @@ class PageService extends BaseService
"name" => $attr->name,
];
}),
- "is_custom" => $model->is_custom,
+ "is_custom" => 1,
});
}