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: