Skip to content

Commit

Permalink
We now encourage to use draft mode active as default
Browse files Browse the repository at this point in the history
  • Loading branch information
souljuse committed Dec 24, 2024
1 parent 7cf4811 commit d73f807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { buildComment } from './comments';
const defaultValuesForItemTypeAttribute: Partial<CmaClient.SchemaTypes.ItemTypeAttributes> =
{
hint: null,
draft_mode_active: false,
draft_mode_active: true,
sortable: false,
tree: false,
singleton: false,
Expand Down

0 comments on commit d73f807

Please sign in to comment.