fixed location field access for administrator, improved disbaled field display

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-11 11:30:39 +01:00
parent 7ed9dc54bf
commit 8b5d721bfd
8 changed files with 1585 additions and 161 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "guibik",
"version": "1.0.0",
"description": "An Admin theme for drupal 7 based on rubik.",
"main": "gulpfile.js",
"author": "Bachir Soussi Chiadmi",
"license": "GPLv3",
"homepage": "https://materio.com",
"devDependencies": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-jsmin": "latest",
"gulp-less": "latest",
"gulp-rename": "latest",
"gulp-strip-debug": "latest",
"gulp-watch": "latest",
"less-plugin-autoprefix": "^1.5.1"
}
}