Copied to clipboard

Flag this post as spam?

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


  • brahim19 7 posts 27 karma points
    Feb 24, 2021 @ 15:17
    brahim19
    0

    Creating a property editor

    hi , I have to create a property editor, but when I go to umbraco .can't find these property editors.could you help me.this is my code enter image description here

  • AddWeb Solution Pvt. Ltd 109 posts 360 karma points
    Feb 25, 2021 @ 10:54
    AddWeb Solution Pvt. Ltd
    0

    Hello,

    Verify and Check the manifest file inside App_Plugins folder (it describes what plugin does),

    Manifest will tell Umbraco about your new property editor and allows you to inject needed files into the application.

    You can also set up a property editor with c# instead of defining it in a package.manifest.

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Feb 25, 2021 @ 15:15
    Dave Woestenborghs
    1

    Hi Brahim,

    As already mentioned you need to register your property editor with Umbraco. One way of doing that is using a package manifest file.

    See the documentation for all the options : https://our.umbraco.com/Documentation/Extending/Property-Editors/package-manifest

    Dave

  • brahim19 7 posts 27 karma points
    Mar 08, 2021 @ 12:48
    brahim19
    0

    Thanks for the help everybody!

Please Sign in or register to post replies

Write your reply to:

Draft