Accessibility
This feature enables developers to configure and manage accessibility options in the builder. With this API, you can define a custom iframe title for the builder and specify a custom title for the exported HTML.
unlayer.init({
editor: {
title: 'Editor Iframe Title',
},
});
In this example, the builder iframe title is set to “Editor Iframe Title”.