- Issue created by @scott_euser
- First commit to issue fork.
- Merge request !5313515946: Add sequence property to define the structure of each item in the sequence. → (Merged) created by alvarodemendoza
- 🇪🇸Spain alvarodemendoza
There was an issue in the plugins section, the model property should be inside a sequence like this. I created the MR and adding a patch here too.
plugins: type: sequence label: Plugins orderby: key sequence: type: mapping mapping: model: type: string label: Model
- 🇪🇸Spain alvarodemendoza
Moving to needs work as looks like other configurations are missing.
- 🇬🇧United Kingdom scott_euser
(Just moving my notes over from Slack, Thank you very much for helping with this!)
Thanks! I don't think that solves it though, when I do config inspect, it still goes
ai_content_suggestions.prompts No schema
and when I run the test it still fatals on the checker:
Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for ai_content_suggestions.prompts in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 91 of core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).
-
scott_euser →
committed 7c538929 on 1.1.x authored by
alvarodemendoza →
Issue #3515946 by alvarodemendoza: Schema is invalid for ai content...
-
scott_euser →
committed 7c538929 on 1.1.x authored by
alvarodemendoza →
- 🇬🇧United Kingdom scott_euser
Thank you very much! Schema validates well now for AI Content Suggestions sub-module!