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
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
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.
You're right, didn't think about that :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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:
We removed the prevalue for this, the solution wasn't very proper.
You're right, didn't think about that :)
is working on a reply...