DevRel Deep Dive: Content Lock
# news
s
πŸŽ₯ In today's DevRel Deep Dive, @Lotte and I dive into @Warren Buckley's Content Lock, a super useful package that locks nodes while they’re being edited β€” no more overwriting each other's work. πŸ’₯ Spoiler alert: we were impressed 🀩 ▢️ Watch it here:

https://www.youtube.com/watch?v=12dHO3taSwoβ–Ύ

πŸ”” Ps. Like, Subscribe, etc! 😁
w
Thanks for the plug @Sebastiaan & @Lotte , perhaps my readme needs to be a littler better/clearer. The bug with the GUIDs in the connected user modal is now fixed and released. Also the options for sounds can be disabled (Note happens in real-time without a redeploy)
Copy code
json
"ContentLock": {
  "SignalRClientLogLevel": "Info",
  "OnlineUsers": {
    "Enable": true,
    "Sounds": {
      "Enable": true,
      "LoginSound":"/App_Plugins/ContentLock/sounds/login.mp3",
      "LogoutSound":"/App_Plugins/ContentLock/sounds/logout.mp3"
    }
  }
}
s
Whoop!! We recorded this 2 weeks ago, so I'm sorry it was still the buggy version! And yes, we added a note about the sounds in the video description as well, great stuff! πŸŽ‰
w
No worries - thought just post it here in case anyone didn't see ya notes in video description. Thanks for demoing and trying it out πŸ₯°
c
Two of my favourite people doing deep dives on Umbraco packages, whilst also plugging my Clean Starter Kit. What's not to love? 😍
2 Views