Skip to content

Commit

Permalink
Updated isFSETheme parameter serialized name
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed May 21, 2021
1 parent 2c9a4cb commit 003819a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data class EditorTheme(
}

data class BlockEditorSettings(
@SerializedName("supportsLayout") val isFSETheme: Boolean,
@SerializedName("__unstableEnableFullSiteEditingBlocks") val isFSETheme: Boolean,
@SerializedName("__experimentalStyles") val styles: JsonElement?,
@SerializedName("__experimentalFeatures") val features: JsonElement?,
@JsonAdapter(EditorThemeElementListSerializer::class) val colors: List<EditorThemeElement>?,
Expand Down

0 comments on commit 003819a

Please sign in to comment.