Copied to clipboard

Flag this post as spam?

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


  • Daniel 3 posts 73 karma points notactivated
    May 09, 2023 @ 14:29
    Daniel
    0

    shared services in package.manifest

    We have an Umbraco v8 solution in which we've added multiple plugins of our own. Some of these have javascript (and css) references to files (services to fetch data from our API) in other plugins, take the package.manifest of our "DDLEditor" for example:

    javascript: [
        '~/App_Plugins/DDLEditor/ddlEditor.js',
        '~/App_Plugins/CommonPlugin/resource.js'
    ]
    

    We're in the process of upgrading to v10, and are running into issues with our plugins because cross-references like this aren't allowed anymore.

    What is the correct way to handle this? Preferably without duplicating code everywhere.

Please Sign in or register to post replies

Write your reply to:

Draft