eddyter 1.3.65 → 1.3.67

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/dist/types.d.ts CHANGED
@@ -164,6 +164,7 @@ export interface EditorConfigTypes {
164
164
  enableThemeToggle?: boolean;
165
165
  enableShortcuts?: boolean;
166
166
  enableFeatureSuggestion?: boolean;
167
+ hideLockedFeatures?: boolean;
167
168
  floatingMenuOptions: {
168
169
  bold: boolean;
169
170
  italic: boolean;