From 60c020b5673c7948a06ec1f4a9bf5bec4f31b560 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Tue, 15 Oct 2024 12:56:33 +0800 Subject: [PATCH] [docs] Fix spelling lint failure in AI placements doc --- docs/apis/plugintypes/ai/placement.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apis/plugintypes/ai/placement.md b/docs/apis/plugintypes/ai/placement.md index a157bb384..271f57117 100644 --- a/docs/apis/plugintypes/ai/placement.md +++ b/docs/apis/plugintypes/ai/placement.md @@ -109,7 +109,9 @@ The following is the typical structure of a Placement plugin, using the Editor P ## Settings Settings for the Placement should be defined in the `settings.php` file. + Each Placement plugin should create a new admin settings page using `core_ai\admin\admin_settingspage_provider` class. + This is the same as for Provider plugins, for example: