Fix Bootstrap Params

Fix HTML bootstrap parameter issues that UI5 linter reports but cannot auto-fix. Use this skill when linter outputs these rules: - `no-deprecated-api` - For missing/deprecated bootstrap parameters (async, compat-version, animation, binding-syntax, etc.) - `no-deprecated-theme` - For deprecated theme values in data-sap-ui-theme - `no-deprecated-library` - For deprecated libraries in data-sap-ui-libs Trigger on error messages containing: "Missing bootstrap parameter", "Abandoned bootstrap parameter", "Redundant bootstrap parameter", "deprecated value", "bootstrap" Automatically applies safe fixes to HTML files containing UI5 bootstrap script tags.

ui5 b55876d 7.3 KB Updated

File contents

ui5/plugins-coding-agents/tree/main/plugins/ui5-modernization/skills/fix-bootstrap-params commit b55876d26d

Frequently asked questions

npx skillmds@latest add ui5/fix-bootstrap-params