Configure how editor controls automatically generate copy or images using AI.
Squeditor natively supports interacting with AI models (like Gemini) to assist users in writing content or generating images. By attaching the ai_config object to an eligible control, you can define the type of generation, provide boilerplate prompts, and limit boundaries.You only need to define ai_config once per control schema.
AI generation is currently only supported by three control types: text, textarea, and media.