fix(dees-input-wysiwyg): Integrate output format preview into WYSIWYG demo; update plan and add local dev settings
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '1.12.1',
|
||||
version: '1.12.2',
|
||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||
}
|
||||
|
@@ -383,7 +383,10 @@ export const demoFunc = (): TemplateResult => html`
|
||||
if (editors.exportDemo) {
|
||||
setupExportDemo(elementArg, editors.exportDemo);
|
||||
}
|
||||
|
||||
|
||||
// Setup output format preview buttons
|
||||
setupOutputFormatDemo(elementArg, editors.meeting, editors.recipe);
|
||||
|
||||
// Populate initial content
|
||||
populateInitialContent(editors);
|
||||
|
||||
|
Reference in New Issue
Block a user