Effortless SharePoint Command Bar Customization - Enhance Your Site's Functionality

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 20

  • @Giuxv
    @Giuxv 7 місяців тому +4

    Thanks for the video!!
    To remove the new "Forms" button i used
    {
    "key": "manageForms",
    "hide": true
    }

    • @WonderLaura
      @WonderLaura  7 місяців тому

      Wow thanks!! How did you figure that out?

  • @edjk6278
    @edjk6278 7 місяців тому +2

    I really love your work… I have learned quite a bit from you… Thanks!

  • @sacc19
    @sacc19 5 місяців тому

    Amazing content!

  • @ChristopheRaucq
    @ChristopheRaucq 7 місяців тому +1

    At 14:39 I believe that the share button is not affected because you have a second share at the end of the code.

  • @kevinjoseph9023
    @kevinjoseph9023 7 місяців тому

    Greetings Laura... really do love your work.... this is especially helpful because as we all lover Users, we all know that if a button is on the screen it will be pressed. This is also the same for SharePoint sites. Any thoughts of constructing and delivering a power hour on hiding the controls on a SharePoint site? Keep winning!

    • @WonderLaura
      @WonderLaura  7 місяців тому

      Like, on the home page? Give the “members” group “read” permission on the site pages library instead of the default “edit”.

  • @TracyWork
    @TracyWork 7 місяців тому

    Can you post a link to the Microsoft site you keep referencing in the video?

    • @WonderLaura
      @WonderLaura  7 місяців тому +1

      I just went ahead and wrote a blog post, with the links in it, and put it in the description of this video.

  • @ChristopheRaucq
    @ChristopheRaucq 4 місяці тому

    Hey Laura,
    Do you think it is possible to hide buttons based on user's permissions?
    Regards

    • @WonderLaura
      @WonderLaura  4 місяці тому

      It kind of already does that, for example if someone doesn't have permission to delete something, there's no delete button for them. wonderlaura.com/2024/03/04/remove-delete-button-from-lists-libraries/

    • @ChristopheRaucq
      @ChristopheRaucq 4 місяці тому

      @@WonderLaura Yes, but is it possible to programmatically, with the JSON code, hide a button if the user has Read permissions, for instance.

    • @WonderLaura
      @WonderLaura  3 місяці тому +1

      I don’t know, I don’t think so. The documentation doesn’t indicate so.

  • @PriyankGupta-ek2kc
    @PriyankGupta-ek2kc 7 місяців тому

    How can I add new control that is previously not used

    • @WonderLaura
      @WonderLaura  7 місяців тому

      I don’t think you can.

  • @GhamNaKer
    @GhamNaKer 7 місяців тому

    How to remove submit Approval butten from command bar For content Approval workflows, if we are approving content Approval document from another power automate workflow which is approving the document in teams.
    Some user go and approve from top ribbon

    • @WonderLaura
      @WonderLaura  7 місяців тому

      Take a look in Microsoft’s list of button names to see what that specific name is so that you hide it.