easy-forms-core 1.3.1 → 1.3.3

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.
@@ -274,8 +274,8 @@ interface ColorpickerField extends BaseField {
274
274
  */
275
275
  interface MarkdownField extends BaseField {
276
276
  type: 'markdown';
277
- /** Mostrar vista previa (default: true) */
278
- preview?: boolean;
277
+ /** Modo de visualización: 'split' (editor + preview lado a lado), 'tabs' (cambiar entre editor/preview), 'preview' (solo preview editable) */
278
+ mode?: 'split' | 'tabs' | 'preview';
279
279
  /** Mostrar toolbar con botones de formato (default: true) */
280
280
  toolbar?: boolean;
281
281
  /** Altura del editor (default: '300px') */