Skip to content

How to directly reference the Activities Menu in Flex UI 2.0? #2603

Answered by TheSisb
jefferyyates asked this question in General
Discussion options

You must be logged in to vote

Hello @jefferyyates,

I'm not sure if this answer will be an immediate unblocker for you.. however the best long-term, maintainable approach would be to work with the Flex team to leverage our Customization Provider.

In a nutshell, the Flex team could add semantically named element props to Paste components throughout the page. In this case, they could pass element="ACTIVITY_MENU" to that particular menu. Then they would need to enable plugins to pass in an object to the Customization.Provider context. After they implement those two things, you will be able to override designs everywhere like this:

  <CustomizationProvider baseTheme="default" elements={{
    "ACTIVITY_MENU": {
       overf…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jefferyyates
Comment options

Answer selected by jefferyyates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants