We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23133a commit 715d7c3Copy full SHA for 715d7c3
lib/entities/content-type.js
@@ -93,7 +93,9 @@ function createContentTypeApi (http) {
93
}),
94
95
/**
96
- * get the editor interface for the object
+ * Gets the editor interface for the object <br />
97
+ * <strong>Important note</strong>: The editor interface only represent a published contentType.<br />
98
+ * To get the most recent representation of the contentType make sure to publish it first
99
* @memberof ContentType
100
* @func getEditorInterface
101
* @return {Promise<EditorInterface.EditorInterface>} Object returned from the server with the current editor interface.
0 commit comments