Filters the boot script-module dependencies for the font-library page.
Description
Surfaces extending this page can append entries to the boot dependency list. Each entry is an array with ‘import’ (string ‘static’ or ‘dynamic’) and ‘id’ (script-module handle) keys.
Parameters
$boot_dependenciesarray- Boot dependencies for the page.
Source
$boot_dependencies = apply_filters(
'font-library_boot_dependencies',
$boot_dependencies
);
User Contributed Notes
You must log in before being able to contribute a note or feedback.