Layer Edit Handle Settings

Release 2.8.0 and above.

Use the editor.div.handle setting to enable or disable the layer edit handle. (default: true)

When set to false, the edit handles for moving/resizing layers disappear, and the text inside the layer is treated like text in a normal paragraph.

// synapeditor.config.js
{
  'editor.div.handle': true
}
<table> <thead> <tr><th><code>editor.div.handle: true</code> (default)</th><th><code>editor.div.handle: false</code></th></tr> </thead> <tbody> <tr> <td>

div.handle true

</td> <td>

div.handle false

When the editing guide is enabled, the layer border is displayed as a dashed line.

</td> </tr> </tbody> </table>

Related Features