Skip to content

Commit 14feae7

Browse files
remove default de page_type
1 parent 15cc9a6 commit 14feae7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

opac_schema/v1/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class Pages(Document):
5757
description = StringField()
5858
page_type = StringField(
5959
choices=("about", "journal", "free"),
60-
default='free',
6160
required=False,
6261
help_text="Categoria da página para organização e navegação"
6362
)

0 commit comments

Comments
 (0)