From f933848d6930d47deb88990550ba21ac7d922200 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Jan 2020 19:17:54 +0100 Subject: [PATCH] fix #2905 @0:10 --- src/app/Magic/Models/CMSPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/Magic/Models/CMSPage.php b/src/app/Magic/Models/CMSPage.php index 4017a4f..75038fd 100644 --- a/src/app/Magic/Models/CMSPage.php +++ b/src/app/Magic/Models/CMSPage.php @@ -49,6 +49,7 @@ class CMSPage extends CubistMagicNestedModel 'label' => trans('Page name'), 'type' => 'Text', 'column' => true, + 'column_move_after'=>'id', 'translatable' => false, 'hint' => trans('for admin use'), 'tab' => 'Informations principales', -- 2.39.5