Problem/Motivation
The module doesn't have a schema file, so this issue appear after review the configuratio of the website :
drupal ckeditor_media_embed.settings No schema
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff-2-4.txt | 1.08 KB | ilya.no |
| #4 | 3330643-4.patch | 1.03 KB | ilya.no |
| #2 | 3330643-2.patch | 748 bytes | vacho |
Comments
Comment #2
vacho commentedthis patch fixes the issue
Comment #3
tunicI've recently hit the hard wall of the schema files, so I'm not really sure about the following review:
Per https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-... I think this should be configuration_object instead of mapping. On that section, at the end, it states:
Related to previous comment, langcode and _core are provided by the config_object.
An example of what it would look like:
Comment #4
ilya.no commentedI've changed `plugins_installed_version` to `plugins_version_installed`, which is actually used.
Also I've fixed points 1 and 2 from previous comment, but I haven't found any third party settings, provided by this module.
I mean, that currently it provides only settings configuration, which needs schema. Please, correct me, if I'm wrong.
Comment #7
grndlvl commented