Commit 54b3c641 authored by Nicolas Widart's avatar Nicolas Widart

Publish assets

parent a972871d
......@@ -138,6 +138,12 @@ $(function() {
radioClass: 'iradio_minimal'
});
if ($('.slugify').length) {
$('.slugify').slug({
slug: 'slug', // class of input / span that contains the generated slug
hide: false // hide the text input, true by default
});
}
});
function fix_sidebar() {
//Make sure the body tag has the .fixed class
......
......@@ -35,4 +35,7 @@ CKEDITOR.editorConfig = function( config ) {
// Make dialogs simpler.
config.removeDialogTabs = 'image:advanced;link:advanced';
config.filebrowserBrowseUrl = '/admin/grid-files',
config.filebrowserUploadUrl = '/backend/files/upload'
};
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment