Skip to content
Snippets Groups Projects
Commit 73053a68 authored by vlorentz's avatar vlorentz
Browse files

Make 'visible' the default status for present Contents.

parent 05b89f26
No related branches found
Tags v0.0.55
No related merge requests found
......@@ -396,6 +396,7 @@ class Content(BaseContent):
status = attr.ib(
type=str,
default='visible',
validator=attr.validators.in_(['visible', 'hidden']))
data = attr.ib(type=Optional[bytes],
default=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment