Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Darren Hunter 146 posts 238 karma points
    May 17, 2024 @ 12:07
    Darren Hunter
    0

    Configuring Block Editor Label Properties

    HI,

    I am trying to build a filter using the following document.

    https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/label-property-configuration

    I am having issues built the example and tried to use it on my own block list item, and it not working.

    I have added a console.log to see if the filter is firing and it not working.

    Heres the cold for the filter:

    angular.module("umbraco.filters").filter("myFilter", function () { return function () { // Apply any custom logic to modify the output value and return a string console.log("test!"); return "My filter says:"; } });

    enter image description here

    Any advise.

    Thanks.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies