Remove the primary flag from page layouts

This commit is contained in:
Tomaž Jerman
2023-04-07 12:39:27 +02:00
committed by Jože Fortun
parent e18049f933
commit fce2ae90e3
12 changed files with 1 additions and 134 deletions
-8
View File
@@ -831,14 +831,6 @@ var PageLayout = &dal.Model{
Store: &dal.CodecAlias{Ident: "meta"},
},
&dal.Attribute{
Ident: "Primary",
Type: &dal.TypeBoolean{HasDefault: true,
DefaultValue: false,
},
Store: &dal.CodecAlias{Ident: "primary"},
},
&dal.Attribute{
Ident: "Config",
Type: &dal.TypeJSON{