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
Hey guys I want to make a custom property editor so I can extend the existing Multiple Media Picker data type that comes with Umbraco. I want to follow this doc: https://our.umbraco.org/documentation/Tutorials/Creating-a-Property-Editor/
But I don't know where the /App_plugins folder is. I am using VS2015 and I had to "include in project" a lot of my folders/files, so idk if that's what's wrong. but I have all files showing as I usually do and do not see that folder.
Hi Leo
On a standard Umbraco install the App_Plugins folder is not created as it would be empty.
You can create it yourself. Or alternatively if you install a package that contains a plug in it will be automatically created.
Location as per the image.
Regards
Gary
App_Plugins folder is at the top level of your solution...
Maybe show all files and see if it is just not included in the project, otherwise create it (normally this happens when you install Umbraco).
regards
Marc
Ok cool! I I just wasn't sure if it was ok to create it myself. :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where is /App_Plugins to make custom Property Editor?
Hey guys I want to make a custom property editor so I can extend the existing Multiple Media Picker data type that comes with Umbraco. I want to follow this doc: https://our.umbraco.org/documentation/Tutorials/Creating-a-Property-Editor/
But I don't know where the /App_plugins folder is. I am using VS2015 and I had to "include in project" a lot of my folders/files, so idk if that's what's wrong. but I have all files showing as I usually do and do not see that folder.
Hi Leo
On a standard Umbraco install the App_Plugins folder is not created as it would be empty.
You can create it yourself. Or alternatively if you install a package that contains a plug in it will be automatically created.
Location as per the image.
Regards
Gary
Hi Leo
App_Plugins folder is at the top level of your solution...
Maybe show all files and see if it is just not included in the project, otherwise create it (normally this happens when you install Umbraco).
regards
Marc
Ok cool! I I just wasn't sure if it was ok to create it myself. :)
is working on a reply...