Copied to clipboard

Flag this post as spam?

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


  • Andreas Kaltenhuber 107 posts 284 karma points
    Mar 13, 2015 @ 10:54
    Andreas Kaltenhuber
    0

    Custom Grid Editor CSS

    First of all, congratulations. Looks and works perfect #h5yr!

    The only thing i'm wondering is how to add a custom css file for the backend grid formating (in one of your screenshots there is datatype prevalue field for this).

    thx in advance,

    Andreas

  • Antoine 176 posts 1493 karma points
    Mar 13, 2015 @ 11:07
    Antoine
    102

    Thanks Andreas,

    You can inject a custom css into the Umbraco Backend adding a new package.manifest file into the App_Plugin folder and specify the path of your css:

    {      
        css: [
            '~/css/....'
        ]
    }
    

    We removed the prevalue for this, the solution wasn't very proper.

  • Andreas Kaltenhuber 107 posts 284 karma points
    Mar 13, 2015 @ 11:20
    Andreas Kaltenhuber
    0

    You're right, didn't think about that :)

  • 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