flake8
passed.
JSHint
passed.
Review Request #13647 — Created March 19, 2024 and discarded
Extension bundles can define an
include_bundles
key, which is a list
of bundle names that should be added when rendering. Unfortunately, the
yield
statement inside of_get_extension_bundles
was not yielding it
as a tuple, which meant that it wouldn't actually work.
Used
include_bundles
inside of extension media and saw that things
rendered correctly.
Summary | ID |
---|---|
3fe941a408be58d9ba7d567f54b10fba98d875b1 |