Problem/Motivation
[warning] Schema errors for charts.settings with the following errors: charts.settings:charts_default_settings.library_config.global_options.chart missing schema, charts.settings:charts_default_settings.library_config.coloraxis_library missing schema, charts.settings:charts_default_settings.library_config.dumbbell_library missing schema, charts.settings:charts_default_settings.library_config.heatmap_library missing schema, charts.settings:charts_default_settings.library_config.disable_default_css_library missing schema, charts.settings:charts_default_settings.library_configs.highcharts.global_options.chart missing schema, charts.settings:charts_default_settings.library_configs.highcharts.coloraxis_library missing schema, charts.settings:charts_default_settings.library_configs.highcharts.dumbbell_library missing schema, charts.settings:charts_default_settings.library_configs.highcharts.heatmap_library missing schema, charts.settings:charts_default_settings.library_configs.highcharts.disable_default_css_library missing schema.
Steps to reproduce
1. Install charts + charts_highcharts 5.2.2, set Highcharts as the default library.
2. Visit /admin/config/content/charts, click Save.
3. Observe the "missing schema" warnings
Proposed resolution
Add the missing definitions to charts_highcharts.schema.yml
Issue fork charts-3607161
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
cindytwilliams commentedComment #4
nikathoneThanks for the patch Cindy. Looks good.
Comment #6
andileco commentedThanks, both!