Can I make all of base plugin on top? #725
-
|
How do I order base plugin (incule header, activity, community, repositories) to align (top) and there are other plugins with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi 👋 ! If you're talking about changing the default plugin order, it is indeed with All plugins should support this feature. Some plugins which have a If you need more customization, I'd advise to fork this repository and directly edit partials and use it in your workflow instead |
Beta Was this translation helpful? Give feedback.
Hi 👋 !
If you're talking about changing the default plugin order, it is indeed with
config_orderoption (with the default being this for the classic template). So if you wanted to orderbase.repositoriesbeforebase.header, you'd useconfig_order: base.repositories, base.headerfor example. Unspecified plugins will just use the default order.All plugins should support this feature.
Some plugins which have a
plugin_*_sectionsoption may also change the order of the section displayed within the plugin.If you need more customization, I'd advise to fork this repository and directly edit partials and use it in your workflow instead