Remove the primary flag from page layouts
This commit is contained in:
committed by
Jože Fortun
parent
e18049f933
commit
fce2ae90e3
Generated
-8
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user