Forum Discussion
How to show Application Customizer extension in specific order in SharePoint online
Hi,
Is there any way to provide/configure the order for the Application Customizer extension in SharePoint Online?
Thank you in advance
DJoshi2302 You should be able to control order by defining sequence attribute on the <CustomAction> element in manifest files.
References:
- CustomAction Element
- How to place multiple SPFx Application customizers (created in different solutions) in top placeholder
- Display order for multiple installed SPFx Extensions bottom Placeholder
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- DJoshi2302Brass Contributor
Hi, ganeshsanap,
I tried the <CustomAction> element in manifest files but it is not working as expected, I tried the below steps:
There are 2 Application Customizer extensions:
SPFXExtension 1 (This need to show 1st)
SPFXExtension 2(This need to show 2nd) ,
i am adding Sequence on the below place
Can you please guild me on this more to achieve order in extension