Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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.
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
Thanks for the help everybody!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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.
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
Thanks for the help everybody!
is working on a reply...