Skip to content

Commit

Permalink
Removes Android rawFeatures prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed May 27, 2021
1 parent 4058908 commit 32a2b3a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ data class GutenbergProps @JvmOverloads constructor(
theme.getSerializable(PROP_GRADIENTS)?.let { putSerializable(PROP_GRADIENTS, it) }
theme.getSerializable(PROP_STYLES)
?.let { putSerializable(PROP_STYLES, it) }
theme.getSerializable(PROP_FEATURES)
?.let { putSerializable(PROP_FEATURES, it) }
}
}

Expand Down Expand Up @@ -72,7 +70,6 @@ data class GutenbergProps @JvmOverloads constructor(
private const val PROP_COLORS = "colors"
private const val PROP_GRADIENTS = "gradients"
private const val PROP_STYLES = "rawStyles"
private const val PROP_FEATURES = "rawFeatures"

const val PROP_CAPABILITIES = "capabilities"
const val PROP_CAPABILITIES_CONTACT_INFO_BLOCK = "contactInfoBlock"
Expand Down

0 comments on commit 32a2b3a

Please sign in to comment.