@buzzbrothers/datocms-plugin-buzz-json-options 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -179,6 +179,7 @@ export type TDatoPluginBuzzOptionsSettings = {
179
179
  }
180
180
  presets?: {
181
181
  display?: boolean
182
+ excludeProps?: string[]
182
183
  preview?: {
183
184
  aspectRatio: number
184
185
  height: number
@@ -187,5 +188,10 @@ export type TDatoPluginBuzzOptionsSettings = {
187
188
  props: {
188
189
  display?: boolean | string[]
189
190
  }
191
+ panel?: {
192
+ collapsed?: boolean
193
+ icon?: string
194
+ label?: string
195
+ }
190
196
  }
191
197
  ```