Issue #981Opened March 26, 2018by theleoni0 reactions

[Question] Set "production" mode

Question

Hi. Like the "Preview" mode, i'm like to show only the canvas (without bars on the side/top), without the eye icon at corner. Has any "production" mode or something like this? It's the editor.getHtml() close to this?

Answers (2)

artfMarch 31, 20180 reactions

No, there is no "production" command, but you can create easily one by checking the Preview.

editor.Commands.add('production', {
	run() {
		// production mode ON
	},
	stop() {
		// production mode OFF
	}
})
lock[bot]September 17, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.