@@ -353,6 +353,29 @@ public static function providerRecipeValidation(): iterable {
],
],
];
yield'config action targets an unknown extension'=>[
<<<YAML
name: Config action targets unknown extension
config:
actions:
node.settings:
simpleConfigUpdate:
use_admin_theme: true
YAML,
[
'[config][actions][node.settings]'=>['Config actions cannot be applied to node.settings because the node extension is not installed, and is not installed by this recipe or any of the recipes it depends on.'],
],
];
yield'optional config action targets an unknown extension'=>[