{ "manifests": { "tgalopin/html-sanitizer-bundle": { "manifest": { "bundles": { "HtmlSanitizer\\Bundle\\HtmlSanitizerBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "config/packages/html_sanitizer.yaml": { "contents": [ "html_sanitizer:", " default_sanitizer: 'default'", " sanitizers:", " default:", " # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/1-getting-started.md#extensions", " # to learn more about which extensions you would like to enable.", " extensions:", " - 'basic'", " # - 'list'", " # - 'table'", " # - 'image'", " # - 'code'", " # - 'iframe'", " # - 'details'", " # - 'extra'", "", " # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/3-configuration-reference.md", " # to discover all the available options for each extension.", "" ], "executable": false } }, "ref": "95b935177db9abb65356fe19e57fe5abd908b5b8" } } }