https://discord.umbraco.com logo
Join Discord
Powered by
# package-development
  • a

    Alan

    03/31/2025, 9:10 PM
    Hello friendly package devs! I'd like to draw your attention to an idea for a privacy transparency feature for Umbraco packages. In a nutshell, the idea is to enable package developers to declare information relating to how a package uses personal data, the benefit being facilitating developers and solution providers meeting privacy compliance requirements and empowering users regarding how their personal data is used. The Security and Privacy Community Team (and especially me!) would really value your insights into how such a feature could be realised technically - e.g. using existing manifest file / collecting transparency information via the package submission process etc. How would you suggest this feature could be implemented? What do we need to be thinking about? Link to the idea discussion: https://github.com/umbraco/Umbraco-CMS/discussions/18548 Please feel free to contribute! //CC @Lotte
  • m

    MadhackerZA

    04/03/2025, 9:00 AM
    Hi All, I'm trying to create a new extension on Umbraco 15, of type "entityAction" Does anyone have an example of a completed extension of this type? I apologize, I'm new to extension development this would be my first extension. All I need to do is have an extra item on the action menu to generate a email. Thank you
  • s

    skttl

    04/03/2025, 11:11 AM
    I have one in Full Text Search https://github.com/skttl/umbraco-fulltextsearch8/blob/v5/dev/src/Our.Umbraco.FullTextSearch.Client/src/actions/entity/reindex.action.ts
  • m

    MadhackerZA

    04/03/2025, 12:52 PM
    Thank you, will take a look
  • t

    tom

    04/04/2025, 7:45 AM
    Hi โ˜บ๏ธ So I'm upgrading some property editors from angularjs to the new ts/lit way. In angularjs we used editorState.getCurrent() to get published state and page guid and other stuff. Which context should I consume to get this information in @umbraco-cms/backoffice/...?
  • p

    Patrick de Mooij

    04/04/2025, 8:47 AM
    That would be UMB_DOCUMENT_WORKSPACE_CONTEXT
  • t

    tom

    04/04/2025, 8:54 AM
    Seems to be the right answer ๐Ÿค— Thanks
  • I'm having trouble finding if the page
    t

    tom

    04/04/2025, 9:08 AM
    I'm having trouble finding if the page is published or not?
    p
    • 2
    • 2
  • a

    Alexey Danilo

    04/04/2025, 9:31 AM
    Hi, I'm migrating the package to umbraco 15 (typescript + lit), is it possible to extend the standard datatypes (Add buttons for all TextBoxes on the page)? I tried using context, but it is not good for this. in AngularJS, it was done via umbProperty and $element.
  • l

    Luuk Peters (ProudNerds)

    04/04/2025, 9:31 AM
    I suggest you create a post on the new forum ๐Ÿ™‚
  • t

    tom

    04/07/2025, 3:41 PM
    Anyone who knows how to do something on save and publish in a custom property editor?
  • l

    Luuk Peters (ProudNerds)

    04/07/2025, 3:42 PM
    What do you want to do? Usually the saving and publishing is handled for you for a property editor. And Umbraco 13 or 14+?
  • t

    tom

    04/07/2025, 3:50 PM
    I want to make a call to a service that does some copying of that document. In AngularJS we used $scope.$on("formSubmitting", function (ev, args)
  • c

    Chris Houston

    04/07/2025, 6:27 PM
    Hi All, I am working on a package for Umbraco 15 and I need to be able to update the values of ALL properties of the current document type, not just those that have a value. I want to be able to do this in the client and NOT via the API's to the server. I.e. so the user can see the changes before deciding to save them (or not). I just created a ticket with some more details on the forum in case anyone is able to help ๐Ÿ™‚ https://forum.umbraco.com/t/update-a-property-value-from-an-umbraco-workspace-context-that-doesnt-currently-have-a-value/2544
  • c

    Chris Houston

    04/07/2025, 6:46 PM
    I guess I should have asked this before everyone in Europe has logged off for the evening ๐Ÿ˜„
  • t

    tom

    04/08/2025, 7:39 AM
    And it is in Umbraco 15. Yes, the saving and publishing is handled. But I need to do some stuff done and then update the ui on the property editor afterwards. So, if its possible to hook into that event, it would be nice โ˜บ๏ธ
  • Property value editor messages are not s...
    a

    AlexR

    04/10/2025, 2:55 PM
    hi all, I am trying to add my own custom client-side validator (for the block grid) in the backoffice but have some problems with it. I have successfully added the validator and it validates the input information in the property editors, but my main issue is that it does not display the validation message, just the "error" icon besides the editor (see the image). I asked this question before, but had to switch over to something else, before coming back to this issue. The reply was mentioned here: https://github.com/umbraco/Umbraco-CMS/issues/17764#issuecomment-2609846119 that the messages are only displayed in a form control. I tried using a Textbox and Numeric built-in property editors which are the form controls but the messages would still not display. I feel like I am missing something. Most likely, it's not enough to add an error message through the validation context, something else must happen for that error message to be visible in the form control. If someone could point me in the right direction, that would be fantastic (or maybe it's not possible what I am trying to do). Thanks! https://cdn.discordapp.com/attachments/882984798719729704/1359904701566554284/393894794-151e924c-22d1-4ffb-bd6f-4b03bb9023b4.png?ex=67f92d72&is=67f7dbf2&hm=227f394fc1d0fdc6829418a859c854ea98ad49ee8b5019904191f768151131bf&
    • 1
    • 4
  • r

    rockerby

    04/10/2025, 10:39 PM
    hello friendly people! I'm looking to create a package for 15 and as part of this I want to overwrite one of the Umbraco modals. I've written up a post in the forum which has more information in along with a few things I've tried, with little success! Any suggestions would be greatly appreciated, thanks ๐Ÿ™‚ https://forum.umbraco.com/t/extending-existing-umbraco-backoffice-components/2582
  • k

    Kevin Jump

    04/22/2025, 9:36 AM
    everytime i update hey-api some model, or pattern changes ๐Ÿ˜ฆ
  • m

    Matt Wise

    04/22/2025, 9:49 AM
    have you seen Phils post about Orval? its really solid and stable compared to hey ๐Ÿ˜„
  • r

    Richard Soeteman

    04/22/2025, 9:52 AM
    Yup ๐Ÿ˜ฆ
  • k

    Kaspar Boel Kjeldsen

    04/22/2025, 9:53 AM
    yup ๐Ÿ˜ฆ
  • k

    Kevin Jump

    04/22/2025, 10:00 AM
    I might have - but then forgot, i had a vague sense there was something less "changey"
  • w

    Warren Buckley

    04/23/2025, 8:14 AM
    Yep its been kinda painful but been on top of it
  • w

    Warren Buckley

    04/23/2025, 8:19 AM
    Have considered other tools: * Kiota from MS - https://learn.microsoft.com/en-us/openapi/kiota/quickstarts/typescript * openapi-ts - https://openapi-ts.dev/ * openapi-generator - https://openapi-generator.tech/docs/generators/typescript-fetch/ There seems to be loads and loads out there but not sure if any are really any better than others, however the maintainer with Hey-API seems to change/break things often so hard to say whats best :S
  • r

    Richard Soeteman

    04/23/2025, 11:51 AM
    Our front-end devs at the customer use Orvalk and love it, will have a look soonish to see if the upgrade from hey-api is easy
  • uui-table examples
    s

    Steven (he/him)

    04/24/2025, 12:17 PM
    Hi all, is anyone able to point me towards an example of using umb-table in v15, with nice things like pagination/sorting/filtering/etc.?
    r
    • 2
    • 6
  • s

    Steven (he/him)

    04/24/2025, 12:17 PM
    *uui-table
  • Hi all, is thereโ€™s a plugin our let
    m

    Mo Ayoub

    04/30/2025, 10:57 AM
    Hi all, is thereโ€™s a plugin our let editor edit the landing pages live, like eliminator in wordpress or Shopify theme editor in shopify
    r
    c
    • 3
    • 3
  • UmbLitElement vs UmbElementMixin(LitElement) ๐ŸฅŠ
    s

    Steven (he/him)

    05/01/2025, 10:13 AM
    Quick question folks - what's the difference between extending
    UmbElementMixin(LitElement)
    and
    UmbLitElement
    ? Should I be doing one or another in my package?
    l
    j
    • 3
    • 22