Disable Suggestion Mode in VE when editor arrives from Article Guidance
Context:
When a user completes the Article Guidance (AG) flow and enters the Visual Editor, Suggestion Mode triggers incorrectly on the AG-provided article structure (outline skeleton). This content is a starting point placed by AG, not content written by the editor, Suggestion Mode should not fire on it.
Solution:
Use target.editcheckController.suppressSuggestionDisplay( true ) in a simple JS module on the AG side, called when transitioning the user from AG into VE.
This API was built for this purpose (used by the Growth team to control suggestion display). It is more stable than the ecenable URL parameter, which is a dev-only debug flag with no stability guarantees.
References:
- Previous task: T426834