tinymce / tinymce-react

Offical TinyMCE React component
MIT License
937 stars 152 forks source link

INT-3287: Add `readonly` prop as an overridden init prop #502

Closed danoaky-tiny closed 4 months ago

danoaky-tiny commented 4 months ago

Jira ticket: INT-3287

Description of changes: As documented here, readonly is overridden by the integration. So the init prop type should reflect that to be consistent with the others (target & selector).

Related: #477