Skip to content

Commit

Permalink
feat(fullscreen) this sets the full screen feature flag to true (#28008)
Browse files Browse the repository at this point in the history
ref: #26222
  • Loading branch information
wezell committed Mar 27, 2024
1 parent 59fed30 commit 99864a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -908,7 +908,7 @@ public Map<String, Object> getFieldInternationalization(
@Override
public boolean isFullScreenField(final com.dotcms.contenttype.model.field.Field field) {

if(!Config.getBooleanProperty(FieldAPI.FULLSCREEN_FIELD_FEATURE_FLAG, false)){
if(!Config.getBooleanProperty(FieldAPI.FULLSCREEN_FIELD_FEATURE_FLAG, true)){
return false;
}

Expand Down

0 comments on commit 99864a2

Please sign in to comment.