Skip to content

Commit f72c164

Browse files
committed
TINY-11906: Add the missing readonly prop
1 parent 1c7ffd9 commit f72c164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/ts/components/EditorPropTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const EditorPropTypes: IEditorPropTypes = {
101101
plugins: PropTypes.oneOfType([ PropTypes.string, PropTypes.array ]),
102102
toolbar: PropTypes.oneOfType([ PropTypes.string, PropTypes.array ]),
103103
disabled: PropTypes.bool,
104+
readonly: PropTypes.bool,
104105
textareaName: PropTypes.string,
105106
tinymceScriptSrc: PropTypes.oneOfType([
106107
PropTypes.string,

0 commit comments

Comments
 (0)