Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support theme-namespaced plugin loading #2998

Merged
merged 2 commits into from Oct 12, 2022
Merged

Support theme-namespaced plugin loading #2998

merged 2 commits into from Oct 12, 2022

Commits on Oct 8, 2022

  1. Support theme-namespaced plugin loading

    This is mainly aimed at 'material' theme which also ships plugins with it.
    It will be able to ship plugins under the name e.g. 'material:search' and it will ensure the following effects:
    
    * If the current theme is 'material', the plugin 'material:search' will always be preferred over 'search'.
    * If the current theme *isn't* 'material', the only way to use this plugin is by specifying `plugins: [material:search]`.
    
    One can also specify `plugins: [':search']` instead of `plugins: ['search']` to avoid the theme-namespaced plugin.
    oprypin committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    537f28b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Change separator to '/'

    oprypin committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    51a0816 View commit details
    Browse the repository at this point in the history