diff --git a/.gitignore b/.gitignore index 40bb230..76d3ff7 100755 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ temp/ .Trashes .svn + +/node_modules \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000..0506732 --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,87 @@ +module.exports = function(grunt) { + + // 1. All configuration goes here + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), + + concat: { + dist: { + src: [ + 'library/js/libs/*.js', // All JS in the libs folder + 'library/js/fitvid.js', // This specific file + 'library/js/FitVids.js-master/jquery.fitvids.js', // This specific file + 'library/js/scripts.js' // This specific file + ], + dest: 'library/js/prod.js', + } + }, + + uglify: { + build: { + src: 'library/js/prod.js', + dest: 'library/js/prod.min.js' + } + }, + + //imagemin is not stable, it will break your images +// imagemin: { +// dynamic: { +// files: [{ +// expand: true, +// cwd: 'library/images/', +// src: ['**/*.{png,jpg,gif}'], +// dest: 'library/images/' +// }] +// } +// }, + + watch: { + scripts: { + files: [ + 'library/js/libs/*.js', // All JS in the libs folder + 'library/js/fitvid.js', // This specific file + 'library/js/FitVids.js-master/jquery.fitvids.js', // This specific file + 'library/js/scripts.js' // This specific file + ], + tasks: ['concat', 'uglify'], + options: { + spawn: false, + }, + }, + css: { + files: [ + 'library/less/*.less', + 'library/less/**/*.less' + ], + tasks: ['less'], + options: { + spawn: false, + } + } + }, + + less: { + dist: { + options: { + style: 'compressed' + }, + files: { + 'library/css/style.css': 'library/less/style.less', + 'library/css/font-awesome/css/font-awesome.css': 'library/less/font-awesome/less/font-awesome.less', + 'library/admin/ReduxCore/assets/css/admin.css': 'library/admin/ReduxCore/assets/css/admin.less' + } + } + } + + }); + + // 3. Where we tell Grunt we plan to use this plug-in. + grunt.loadNpmTasks('grunt-contrib-concat'); + grunt.loadNpmTasks('grunt-contrib-uglify'); +// grunt.loadNpmTasks('grunt-contrib-imagemin'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-contrib-less'); + + // 4. Where we tell Grunt what to do when we type "grunt" into the terminal. + grunt.registerTask('default', ['concat', 'uglify', 'less']); +}; \ No newline at end of file diff --git a/comments.php b/comments.php index 4320a6f..1e44bbc 100755 --- a/comments.php +++ b/comments.php @@ -18,26 +18,6 @@ -
- -
-
diff --git a/config.codekit b/config.codekit new file mode 100644 index 0000000..76470fd --- /dev/null +++ b/config.codekit @@ -0,0 +1,5707 @@ +{ +"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", +"creatorBuild": "16828", +"files": { + "\/404.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/404.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/archive-custom_type.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/archive-custom_type.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/archive.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/archive.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/author-info.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/author-info.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/breadcrumb.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/breadcrumb.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/comments.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/comments.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/favicon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1488, + "inputAbbreviatedPath": "\/favicon.png", + "outputAbbreviatedPath": "\/favicon.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/footer.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/footer.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/functions.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/functions.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/header.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/header.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/index.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/index.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/extract\/extract.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/extract\/extract.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/gen.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/gen.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/index.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/index.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/makepot.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/makepot.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/not-gettexted.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/not-gettexted.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pomo\/entry.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pomo\/entry.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pomo\/mo.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pomo\/mo.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pomo\/po.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pomo\/po.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pomo\/streams.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pomo\/streams.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pomo\/translations.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pomo\/translations.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bin\/makepot\/pot-ext-meta.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bin\/makepot\/pot-ext-meta.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/bootstrap_tests.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/bootstrap_tests.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/class.redux-plugin.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/class.redux-plugin.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/Gruntfile.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/Gruntfile.js", + "outputAbbreviatedPath": "\/library\/admin\/min\/Gruntfile-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/index.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/index.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/kill-travis.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/kill-travis.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/README.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/README.md", + "outputAbbreviatedPath": "\/library\/admin\/README.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/redux-framework.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/redux-framework.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/admin.css": { + "fileType": 16, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/admin.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/admin.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/admin.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/admin.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/redux.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/redux.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/rtl.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/rtl.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont-ie7.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont-ie7.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/elusive-icons\/elusive-webfont.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/css\/elusive-webfont.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_flat_0_aaaaaa_40x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 180, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_flat_0_aaaaaa_40x100.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_flat_0_aaaaaa_40x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_55_fbf9ee_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 120, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_55_fbf9ee_1x400.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_55_fbf9ee_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_65_ffffff_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 105, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_65_ffffff_1x400.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_65_ffffff_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_dadada_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 111, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_dadada_1x400.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_dadada_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_e6e6e6_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 110, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_e6e6e6_1x400.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_e6e6e6_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_ffffff_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 107, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_ffffff_1x400.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_glass_75_ffffff_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 101, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_inset-soft_95_fef1ec_1x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 123, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_inset-soft_95_fef1ec_1x100.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-bg_inset-soft_95_fef1ec_1x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_222222_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_222222_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_222222_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_2e83ff_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_2e83ff_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_2e83ff_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_454545_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_454545_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_454545_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_888888_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_888888_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_888888_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_cd0a0a_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_cd0a0a_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_cd0a0a_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_f6cf3b_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8884, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_f6cf3b_256x240.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/images\/ui-icons_f6cf3b_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/jquery-ui-1.10.0.custom.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/css\/vendor\/jquery-ui-bootstrap\/jquery-ui-1.10.0.custom.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/1c.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 138, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/1c.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/1c.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/1col.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2895, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/1col.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/1col.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/2-col-portfolio.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1045, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2-col-portfolio.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2-col-portfolio.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/2cl.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2984, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2cl.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2cl.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/2cr.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2985, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2cr.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/2cr.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/3-col-portfolio.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1025, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3-col-portfolio.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3-col-portfolio.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/3cl.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3156, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cl.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cl.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/3cm.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3036, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cm.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cm.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/3cr.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3050, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cr.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/3cr.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/4-col-portfolio.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1033, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/4-col-portfolio.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/4-col-portfolio.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/menu_icon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1447, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/menu_icon.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/menu_icon.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/img\/toggle_tabs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 358, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/toggle_tabs.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/img\/toggle_tabs.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/redux.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/redux.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/min\/redux-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/redux.min-ck.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/redux.min-ck.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/min\/redux.min-ck-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/redux.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/redux.min.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/min\/redux.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor.min.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/min\/vendor.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/ace.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/ace.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/ace-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-css.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-css.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-css-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-html.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-html.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-html-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-javascript.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-javascript.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-javascript-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-json.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-json.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-json-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-less.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-less.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-less-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-markdown.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-markdown.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-markdown-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-mysql.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-mysql.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-mysql-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-php.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-php.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-php-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-plain_text.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-plain_text.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-plain_text-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-sass.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-sass.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-sass-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-scss.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-scss.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-scss-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-text.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-text.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-text-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-xml.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/mode-xml.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/mode-xml-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/css.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/css.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/css-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/html.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/html.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/html-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/javascript.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/javascript.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/javascript-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/json.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/json.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/json-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/less.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/less.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/less-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/markdown.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/markdown.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/markdown-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/mysql.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/mysql.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/mysql-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/php.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/php.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/php-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/plain_text.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/plain_text.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/plain_text-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/sass.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/sass.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/sass-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/scss.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/scss.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/scss-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/text.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/text.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/text-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/xml.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/xml.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/snippets\/min\/xml-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/theme-chrome.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/theme-chrome.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/theme-chrome-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/theme-monokai.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/theme-monokai.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/theme-monokai-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-css.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-css.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/worker-css-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-javascript.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-javascript.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/worker-javascript-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-json.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-json.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/worker-json-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-php.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/worker-php.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/ace_editor\/min\/worker-php-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/cookie.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/cookie.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/cookie-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.alphanum.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.alphanum.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/jquery.alphanum-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.tipsy.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.tipsy.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/jquery.tipsy-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.typewatch.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jquery.typewatch.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/jquery.typewatch-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jsonview.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jsonview.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/jsonview-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jsonview.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/jsonview.min.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/jsonview.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/lte-ie7.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/lte-ie7.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/lte-ie7-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/min\/jquery.minicolors-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.min.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/min\/jquery.minicolors.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 77459, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/jquery.minicolors.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/readme.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/readme.md", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/minicolors\/readme.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2.sortable.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2.sortable.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/select2.sortable-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/README.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/README.md", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/README.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.min.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 613, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ar.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ar.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ar-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_bg.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_bg.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_bg-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ca.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ca.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ca-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_cs.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_cs.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_cs-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_da.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_da.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_da-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_de.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_de.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_de-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_el.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_el.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_el-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_es.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_es.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_es-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_et.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_et.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_et-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_eu.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_eu.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_eu-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fa.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fa.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_fa-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fi.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fi.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_fi-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fr.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_fr.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_fr-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_gl.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_gl.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_gl-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_he.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_he.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_he-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_hr.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_hr.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_hr-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_hu.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_hu.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_hu-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_id.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_id.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_id-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_is.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_is.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_is-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_it.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_it.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_it-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ja.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ja.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ja-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ko.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ko.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ko-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_lt.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_lt.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_lt-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_lv.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_lv.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_lv-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_mk.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_mk.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_mk-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ms.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ms.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ms-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_nl.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_nl.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_nl-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_no.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_no.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_no-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pl.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pl.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_pl-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pt-BR.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pt-BR.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_pt-BR-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pt-PT.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_pt-PT.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_pt-PT-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ro.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ro.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ro-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ru.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ru.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ru-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_sk.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_sk.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_sk-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_sv.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_sv.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_sv-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_th.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_th.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_th-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_tr.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_tr.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_tr-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ua.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_ua.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_ua-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_vi.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_vi.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_vi-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_zh-CN.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_zh-CN.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_zh-CN-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_zh-TW.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2_locale_zh-TW.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/min\/select2_locale_zh-TW-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2x2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 845, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2x2.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/select2\/select2x2.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/spinner_custom.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/spinner_custom.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/assets\/js\/vendor\/min\/spinner_custom-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/extensions\/customizer\/extension_customizer.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/customizer\/extension_customizer.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_License_Handler.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_License_Handler.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_SL_Plugin_Updater.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_SL_Plugin_Updater.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_SL_Theme_Updater.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/EDD_SL_Theme_Updater.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/min\/field_edd_license-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/css\/field_edd_license.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/edd_license\/field_edd_license.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/extension_edd.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/extension_edd.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/extensions\/edd\/README.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/README.md", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/extensions\/edd\/README.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/framework.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/framework.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/browser.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/browser.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/min\/field_ace_editor-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_ace_editor.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/ace_editor\/field_ace_editor.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/border\/min\/field_border-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_border.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/border\/field_border.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/button_set\/field_button_set.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/button_set\/field_button_set.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/button_set\/min\/field_button_set-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/button_set\/field_button_set.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/button_set\/field_button_set.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_checkbox.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/checkbox\/field_checkbox.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color\/min\/field_color-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_color.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color\/field_color.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color_gradient\/field_color_gradient.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_gradient\/field_color_gradient.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/min\/field_color_rgba-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_color_rgba.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/color_rgba\/field_color_rgba.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/date\/field_date.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/date\/field_date.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/date\/min\/field_date-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/date\/field_date.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/date\/field_date.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/min\/field_dimensions-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_dimensions.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/dimensions\/field_dimensions.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/divide\/field_divide.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/divide\/field_divide.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_editor.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/editor\/field_editor.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/gallery\/field_gallery.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/gallery\/field_gallery.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/gallery\/min\/field_gallery-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/gallery\/field_gallery.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/gallery\/field_gallery.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/group\/min\/field_group-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_group.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/group\/field_group.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/min\/field_image_select-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_image_select.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/image_select\/field_image_select.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_info.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/info\/field_info.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/link_color\/field_link_color.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/link_color\/field_link_color.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/media\/min\/field_media-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_media.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/media\/field_media.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/min\/field_multi_text-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_multi_text.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/multi_text\/field_multi_text.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/password\/field_password.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/password\/field_password.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/radio\/field_radio.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/radio\/field_radio.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/raw\/field_raw.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/raw\/field_raw.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/raw_align\/field_raw_align.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/raw_align\/field_raw_align.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select\/elusive-icons.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/elusive-icons.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/min\/field_select-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_select.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select\/field_select.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/min\/field_select_image-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/select_image\/field_select_image.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/min\/field_slider-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_slider.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/field_slider.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/slider-control.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1690, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/slider-control.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slider\/slider-control.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/min\/field_slides-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_slides.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/slides\/field_slides.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/min\/field_sortable-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_sortable.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sortable\/field_sortable.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/min\/field_sorter-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_sorter.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/sorter\/field_sorter.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/min\/field_spacing-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_spacing.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spacing\/field_spacing.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_left.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 150, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_left.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_left.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 154, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_right.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/arrow_right.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/min\/field_spinner-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_spinner.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/spinner\/field_spinner.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/min\/field_switch-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_switch.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/field_switch.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/slider-control.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1690, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/slider-control.png", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/switch\/slider-control.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_text.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/text\/field_text.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/textarea\/field_textarea.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/textarea\/field_textarea.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography-ck.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography-ck.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/min\/field_typography-ck-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.js", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/min\/field_typography-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.less", + "outputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/css\/field_typography.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/fields\/typography\/field_typography.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/sysinfo.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/sysinfo.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/tracking.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/tracking.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/color\/validation_color.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/color\/validation_color.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/color_rgba\/validation_color_rgba.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/color_rgba\/validation_color_rgba.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/colorrgba\/validation_colorrgba.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/colorrgba\/validation_colorrgba.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/comma_numeric\/validation_comma_numeric.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/comma_numeric\/validation_comma_numeric.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/css\/validation_css.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/css\/validation_css.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/date\/validation_date.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/date\/validation_date.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/email\/validation_email.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/email\/validation_email.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/html\/validation_html.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/html\/validation_html.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/html_custom\/validation_html_custom.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/html_custom\/validation_html_custom.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/js\/validation_js.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/js\/validation_js.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/no_html\/validation_no_html.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/no_html\/validation_no_html.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/no_special_chars\/validation_no_special_chars.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/no_special_chars\/validation_no_special_chars.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/numeric\/validation_numeric.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/numeric\/validation_numeric.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/preg_replace\/validation_preg_replace.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/preg_replace\/validation_preg_replace.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/str_replace\/validation_str_replace.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/str_replace\/validation_str_replace.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/ReduxCore\/inc\/validation\/url\/validation_url.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/ReduxCore\/inc\/validation\/url\/validation_url.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/sample\/info-html.html": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/sample\/info-html.html", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/sample\/patterns\/tree_bark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 42360, + "inputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/tree_bark.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/tree_bark.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/patterns\/triangular.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 210, + "inputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/triangular.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/triangular.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/patterns\/triangular_@2X.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 212, + "inputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/triangular_@2X.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/triangular_@2X.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/patterns\/wild_flowers.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 47151, + "inputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/wild_flowers.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/patterns\/wild_flowers.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/presets\/preset1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 18478, + "inputAbbreviatedPath": "\/library\/admin\/sample\/presets\/preset1.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/presets\/preset1.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/presets\/preset2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 30454, + "inputAbbreviatedPath": "\/library\/admin\/sample\/presets\/preset2.png", + "outputAbbreviatedPath": "\/library\/admin\/sample\/presets\/preset2.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/admin\/sample\/sample-config.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/sample\/sample-config.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/tests\/bootstrap.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/tests\/bootstrap.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/tests\/test-sample.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/tests\/test-sample.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/admin\/uninstall.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/admin\/uninstall.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/bones.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/bones.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/brew.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/brew.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/css\/ie.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/css\/ie.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/css\/login.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/css\/login.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/css\/style.css": { + "fileType": 16, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/css\/style.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/custom-post-type.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/custom-post-type.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/images\/apple-icon-touch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8439, + "inputAbbreviatedPath": "\/library\/images\/apple-icon-touch.png", + "outputAbbreviatedPath": "\/library\/images\/apple-icon-touch.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/images\/beer-icon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 392, + "inputAbbreviatedPath": "\/library\/images\/beer-icon.png", + "outputAbbreviatedPath": "\/library\/images\/beer-icon.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/images\/custom-post-icon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 462, + "inputAbbreviatedPath": "\/library\/images\/custom-post-icon.png", + "outputAbbreviatedPath": "\/library\/images\/custom-post-icon.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/images\/hero.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 655710, + "inputAbbreviatedPath": "\/library\/images\/hero.png", + "outputAbbreviatedPath": "\/library\/images\/hero.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/images\/login-logo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7019, + "inputAbbreviatedPath": "\/library\/images\/login-logo.png", + "outputAbbreviatedPath": "\/library\/images\/login-logo.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/images\/win8-tile-icon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8048, + "inputAbbreviatedPath": "\/library\/images\/win8-tile-icon.png", + "outputAbbreviatedPath": "\/library\/images\/win8-tile-icon.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/js\/fitvid.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/fitvid.js", + "outputAbbreviatedPath": "\/library\/js\/min\/fitvid-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/js\/libs\/bootstrap.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/libs\/bootstrap.min.js", + "outputAbbreviatedPath": "\/library\/js\/libs\/min\/bootstrap.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/js\/libs\/FitVids.js-master\/CONTRIBUTING.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/libs\/FitVids.js-master\/CONTRIBUTING.md", + "outputAbbreviatedPath": "\/library\/js\/libs\/FitVids.js-master\/CONTRIBUTING.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/js\/libs\/FitVids.js-master\/jquery.fitvids.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/libs\/FitVids.js-master\/jquery.fitvids.js", + "outputAbbreviatedPath": "\/library\/js\/libs\/FitVids.js-master\/min\/jquery.fitvids-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/js\/libs\/modernizr.custom.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/libs\/modernizr.custom.min.js", + "outputAbbreviatedPath": "\/library\/js\/libs\/min\/modernizr.custom.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/js\/scripts.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/js\/scripts.js", + "outputAbbreviatedPath": "\/library\/js\/min\/scripts-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/less\/bootstrap\/alerts.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/alerts.less", + "outputAbbreviatedPath": "\/library\/less\/css\/alerts.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/badges.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/badges.less", + "outputAbbreviatedPath": "\/library\/less\/css\/badges.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/breadcrumbs.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/breadcrumbs.less", + "outputAbbreviatedPath": "\/library\/less\/css\/breadcrumbs.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/button-groups.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/button-groups.less", + "outputAbbreviatedPath": "\/library\/less\/css\/button-groups.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/buttons.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/buttons.less", + "outputAbbreviatedPath": "\/library\/less\/css\/buttons.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/carousel.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/carousel.less", + "outputAbbreviatedPath": "\/library\/less\/css\/carousel.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/close.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/close.less", + "outputAbbreviatedPath": "\/library\/less\/css\/close.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/code.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/code.less", + "outputAbbreviatedPath": "\/library\/less\/css\/code.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/component-animations.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/component-animations.less", + "outputAbbreviatedPath": "\/library\/less\/css\/component-animations.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/dropdowns.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/dropdowns.less", + "outputAbbreviatedPath": "\/library\/less\/css\/dropdowns.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/forms.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/forms.less", + "outputAbbreviatedPath": "\/library\/less\/css\/forms.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/glyphicons.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/glyphicons.less", + "outputAbbreviatedPath": "\/library\/less\/css\/glyphicons.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/grid.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/grid.less", + "outputAbbreviatedPath": "\/library\/less\/css\/grid.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/input-groups.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/input-groups.less", + "outputAbbreviatedPath": "\/library\/less\/css\/input-groups.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/jumbotron.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/jumbotron.less", + "outputAbbreviatedPath": "\/library\/less\/css\/jumbotron.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/labels.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/labels.less", + "outputAbbreviatedPath": "\/library\/less\/css\/labels.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/list-group.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/list-group.less", + "outputAbbreviatedPath": "\/library\/less\/css\/list-group.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/media.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/media.less", + "outputAbbreviatedPath": "\/library\/less\/css\/media.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/mixins.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/mixins.less", + "outputAbbreviatedPath": "\/library\/less\/css\/mixins.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/modals.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/modals.less", + "outputAbbreviatedPath": "\/library\/less\/css\/modals.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/navbar.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/navbar.less", + "outputAbbreviatedPath": "\/library\/less\/css\/navbar.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/navs.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/navs.less", + "outputAbbreviatedPath": "\/library\/less\/css\/navs.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/normalize.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/normalize.less", + "outputAbbreviatedPath": "\/library\/less\/css\/normalize.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/pager.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/pager.less", + "outputAbbreviatedPath": "\/library\/less\/css\/pager.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/pagination.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/pagination.less", + "outputAbbreviatedPath": "\/library\/less\/css\/pagination.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/panels.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/panels.less", + "outputAbbreviatedPath": "\/library\/less\/css\/panels.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/popovers.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/popovers.less", + "outputAbbreviatedPath": "\/library\/less\/css\/popovers.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/print.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/print.less", + "outputAbbreviatedPath": "\/library\/less\/css\/print.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/progress-bars.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/progress-bars.less", + "outputAbbreviatedPath": "\/library\/less\/css\/progress-bars.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/responsive-utilities.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/responsive-utilities.less", + "outputAbbreviatedPath": "\/library\/less\/css\/responsive-utilities.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/scaffolding.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/scaffolding.less", + "outputAbbreviatedPath": "\/library\/less\/css\/scaffolding.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/tables.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/tables.less", + "outputAbbreviatedPath": "\/library\/less\/css\/tables.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/theme.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/theme.less", + "outputAbbreviatedPath": "\/library\/less\/css\/theme.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/thumbnails.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/thumbnails.less", + "outputAbbreviatedPath": "\/library\/less\/css\/thumbnails.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/tooltip.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/tooltip.less", + "outputAbbreviatedPath": "\/library\/less\/css\/tooltip.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/type.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/type.less", + "outputAbbreviatedPath": "\/library\/less\/css\/type.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/utilities.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/utilities.less", + "outputAbbreviatedPath": "\/library\/less\/css\/utilities.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/bootstrap\/wells.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/bootstrap\/wells.less", + "outputAbbreviatedPath": "\/library\/less\/css\/wells.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/body.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/body.less", + "outputAbbreviatedPath": "\/library\/less\/css\/body.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/brew.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/brew.less", + "outputAbbreviatedPath": "\/library\/less\/css\/brew.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/comments.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/comments.less", + "outputAbbreviatedPath": "\/library\/less\/css\/comments.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/components.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/components.less", + "outputAbbreviatedPath": "\/library\/less\/css\/components.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/content.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/content.less", + "outputAbbreviatedPath": "\/library\/less\/css\/content.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/footer.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/footer.less", + "outputAbbreviatedPath": "\/library\/less\/css\/footer.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/form.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/form.less", + "outputAbbreviatedPath": "\/library\/less\/css\/form.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/global.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/global.less", + "outputAbbreviatedPath": "\/library\/less\/css\/global.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/nav.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/nav.less", + "outputAbbreviatedPath": "\/library\/less\/css\/nav.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/sidebar.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/sidebar.less", + "outputAbbreviatedPath": "\/library\/less\/css\/sidebar.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/tables.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/tables.less", + "outputAbbreviatedPath": "\/library\/less\/css\/tables.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/brew\/wp-core.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/brew\/wp-core.less", + "outputAbbreviatedPath": "\/library\/less\/css\/wp-core.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/custom-variables.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/custom-variables.less", + "outputAbbreviatedPath": "\/library\/css\/custom-variables.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/css\/font-awesome.css": { + "fileType": 16, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/font-awesome.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/less\/font-awesome\/css\/font-awesome.min.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/font-awesome.min.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/less\/font-awesome\/less\/bordered-pulled.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/bordered-pulled.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/bordered-pulled.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/core.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/core.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/core.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/fixed-width.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/fixed-width.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/fixed-width.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/font-awesome.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/font-awesome.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/font-awesome.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/icons.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/icons.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/icons.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/larger.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/larger.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/larger.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/list.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/list.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/list.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/mixins.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/mixins.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/mixins.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/path.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/path.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/path.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/rotated-flipped.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/rotated-flipped.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/rotated-flipped.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/spinning.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/spinning.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/spinning.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/stacked.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/stacked.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/stacked.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/font-awesome\/less\/variables.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/font-awesome\/less\/variables.less", + "outputAbbreviatedPath": "\/library\/less\/font-awesome\/css\/variables.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/other\/_2x.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/other\/_2x.less", + "outputAbbreviatedPath": "\/library\/less\/css\/_2x.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/other\/ie.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/other\/ie.less", + "outputAbbreviatedPath": "\/library\/less\/css\/ie.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/other\/login.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/other\/login.less", + "outputAbbreviatedPath": "\/library\/less\/css\/login.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/less\/style.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/less\/style.less", + "outputAbbreviatedPath": "\/library\/css\/style.css", + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/library\/metabox\/example-functions.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/example-functions.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/helpers\/cmb_Meta_Box_ajax.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/helpers\/cmb_Meta_Box_ajax.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/helpers\/cmb_Meta_Box_Show_Filters.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/helpers\/cmb_Meta_Box_Show_Filters.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/helpers\/cmb_Meta_Box_types.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/helpers\/cmb_Meta_Box_types.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/images\/ico-delete.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 715, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ico-delete.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ico-delete.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_flat_0_aaaaaa_40x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 180, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_flat_0_aaaaaa_40x100.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_flat_0_aaaaaa_40x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_flat_75_ffffff_40x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 178, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_flat_75_ffffff_40x100.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_flat_75_ffffff_40x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_glass_55_fbf9ee_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 120, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_55_fbf9ee_1x400.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_55_fbf9ee_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_glass_65_ffffff_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 105, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_65_ffffff_1x400.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_65_ffffff_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_glass_75_dadada_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 111, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_75_dadada_1x400.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_75_dadada_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_glass_75_e6e6e6_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 110, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_75_e6e6e6_1x400.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_75_e6e6e6_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_glass_95_fef1ec_1x400.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 119, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_95_fef1ec_1x400.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_glass_95_fef1ec_1x400.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 101, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-icons_222222_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_222222_256x240.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_222222_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-icons_2e83ff_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_2e83ff_256x240.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_2e83ff_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-icons_454545_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_454545_256x240.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_454545_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-icons_888888_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5355, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_888888_256x240.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_888888_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/images\/ui-icons_cd0a0a_256x240.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4369, + "inputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_cd0a0a_256x240.png", + "outputAbbreviatedPath": "\/library\/metabox\/images\/ui-icons_cd0a0a_256x240.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/library\/metabox\/init.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/init.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/js\/cmb.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/js\/cmb.js", + "outputAbbreviatedPath": "\/library\/metabox\/js\/min\/cmb-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/metabox\/js\/cmb.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/js\/cmb.min.js", + "outputAbbreviatedPath": "\/library\/metabox\/js\/min\/cmb.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/metabox\/js\/jquery.timePicker.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/js\/jquery.timePicker.min.js", + "outputAbbreviatedPath": "\/library\/metabox\/js\/min\/jquery.timePicker.min-ck.js", + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/library\/metabox\/readme.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/readme.md", + "outputAbbreviatedPath": "\/library\/metabox\/readme.html", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/style.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/style.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/metabox\/style.min.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/metabox\/style.min.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/navwalker.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/navwalker.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/option-config.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/option-config.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/library\/translation\/translation.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/library\/translation\/translation.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/page-full-width.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/page-full-width.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/page-home.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/page-home.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/page.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/page.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/README.md": { + "enableFootnoteSupport": 0, + "enableSmartyPants": 1, + "expandTabs": 1, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/README.md", + "outputAbbreviatedPath": "\/README.html", + "outputPathIsSetByUser": 0 + }, + "\/screenshot.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3609, + "inputAbbreviatedPath": "\/screenshot.png", + "outputAbbreviatedPath": "\/screenshot.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/screenshots\/screen1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 516601, + "inputAbbreviatedPath": "\/screenshots\/screen1.png", + "outputAbbreviatedPath": "\/screenshots\/screen1.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/screenshots\/screen2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 125597, + "inputAbbreviatedPath": "\/screenshots\/screen2.png", + "outputAbbreviatedPath": "\/screenshots\/screen2.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/screenshots\/screen3.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 48692, + "inputAbbreviatedPath": "\/screenshots\/screen3.png", + "outputAbbreviatedPath": "\/screenshots\/screen3.png", + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/search.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/search.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/searchform.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/searchform.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/sidebar.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/sidebar.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/single-custom_type.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/single-custom_type.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/single.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/single.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/style.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/style.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + }, + "\/taxonomy-custom_cat.php": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/taxonomy-custom_cat.php", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsSetByUser": 0 + } + }, +"hooks": [ + ], +"lastSavedByUser": "Dan Brown", +"manualImportLinks": { + }, +"projectAttributes": { + "bowerAbbreviatedPath": "", + "displayValue": "brew", + "displayValueWasSetByUser": 0, + "iconImageName": "globe_orange" + }, +"projectSettings": { + "alwaysUseExternalServer": 1, + "animateCSSInjections": 1, + "autoApplyPSLanguageSettingsStyle": 0, + "autoprefixerBrowserString": "> 1%, last 2 versions, ff 17, opera 12.1", + "autoSyncProjectSettingsFile": 1, + "browserRefreshDelay": 0, + "coffeeAutoOutputPathRelativePath": "", + "coffeeAutoOutputPathReplace1": "", + "coffeeAutoOutputPathReplace2": "", + "coffeeAutoOutputPathStyle": 0, + "coffeeCreateSourceMap": 0, + "coffeeLintFlags2": { + "arrow_spacing": { + "active": 0, + "flagValue": -1 + }, + "camel_case_classes": { + "active": 1, + "flagValue": -1 + }, + "colon_assignment_spacing": { + "active": 0, + "flagValue": 1 + }, + "cyclomatic_complexity": { + "active": 0, + "flagValue": 10 + }, + "duplicate_key": { + "active": 1, + "flagValue": -1 + }, + "empty_constructor_needs_parens": { + "active": 0, + "flagValue": -1 + }, + "indentation": { + "active": 1, + "flagValue": 2 + }, + "line_endings": { + "active": 0, + "flagValue": 0 + }, + "max_line_length": { + "active": 0, + "flagValue": 150 + }, + "missing_fat_arrows": { + "active": 0, + "flagValue": -1 + }, + "newlines_after_classes": { + "active": 0, + "flagValue": 3 + }, + "no-unnecessary_fat_arrows": { + "active": 1, + "flagValue": -1 + }, + "no_backticks": { + "active": 1, + "flagValue": -1 + }, + "no_empty_param_list": { + "active": 0, + "flagValue": -1 + }, + "no_implicit_braces": { + "active": 1, + "flagValue": -1 + }, + "no_implicit_parens": { + "active": 0, + "flagValue": -1 + }, + "no_plusplus": { + "active": 0, + "flagValue": -1 + }, + "no_stand_alone_at": { + "active": 1, + "flagValue": -1 + }, + "no_tabs": { + "active": 1, + "flagValue": -1 + }, + "no_throwing_strings": { + "active": 1, + "flagValue": -1 + }, + "no_trailing_semicolons": { + "active": 1, + "flagValue": -1 + }, + "no_trailing_whitespace": { + "active": 1, + "flagValue": -1 + }, + "non_empty_constructor_needs_parens": { + "active": 0, + "flagValue": -1 + }, + "space_operators": { + "active": 0, + "flagValue": -1 + } + }, + "coffeeMinifyOutput": 1, + "coffeeOutputStyle": 0, + "coffeeSyntaxCheckerStyle": 1, + "externalServerAddress": "http:\/\/freshbrew.dev\/", + "externalServerPreviewPathAddition": "", + "genericWebpageFileExtensionsString": "html, htm, shtml, shtm, xhtml, php, jsp, asp, aspx, erb, ctp", + "hamlAutoOutputPathRelativePath": "", + "hamlAutoOutputPathReplace1": "", + "hamlAutoOutputPathReplace2": "", + "hamlAutoOutputPathStyle": 0, + "hamlEscapeHTMLCharacters": 0, + "hamlNoEscapeInAttributes": 0, + "hamlOutputFormat": 2, + "hamlOutputStyle": 0, + "hamlUseCDATA": 0, + "hamlUseDoubleQuotes": 0, + "hamlUseUnixNewlines": 0, + "jadeAutoOutputPathRelativePath": "", + "jadeAutoOutputPathReplace1": "", + "jadeAutoOutputPathReplace2": "", + "jadeAutoOutputPathStyle": 0, + "jadeCompileDebug": 1, + "jadeOutputStyle": 0, + "javascriptAutoOutputPathRelativePath": "\/min", + "javascriptAutoOutputPathReplace1": "", + "javascriptAutoOutputPathReplace2": "", + "javascriptAutoOutputPathStyle": 2, + "javascriptCreateSourceMap": 1, + "javascriptOutputStyle": 1, + "javascriptOutputSuffix": "-ck", + "javascriptSyntaxCheckerStyle": 1, + "jsCheckerReservedNamesString": "", + "jsHintFlags2": { + "asi": { + "active": 0, + "flagValue": -1 + }, + "bitwise": { + "active": 1, + "flagValue": -1 + }, + "boss": { + "active": 0, + "flagValue": -1 + }, + "browser": { + "active": 1, + "flagValue": -1 + }, + "camelcase": { + "active": 0, + "flagValue": -1 + }, + "couch": { + "active": 0, + "flagValue": -1 + }, + "curly": { + "active": 1, + "flagValue": -1 + }, + "debug": { + "active": 0, + "flagValue": -1 + }, + "devel": { + "active": 0, + "flagValue": -1 + }, + "dojo": { + "active": 0, + "flagValue": -1 + }, + "eqeqeq": { + "active": 1, + "flagValue": -1 + }, + "eqnull": { + "active": 0, + "flagValue": -1 + }, + "es3": { + "active": 0, + "flagValue": -1 + }, + "esnext": { + "active": 0, + "flagValue": -1 + }, + "evil": { + "active": 0, + "flagValue": -1 + }, + "expr": { + "active": 0, + "flagValue": -1 + }, + "forin": { + "active": 0, + "flagValue": -1 + }, + "freeze": { + "active": 1, + "flagValue": -1 + }, + "funcscope": { + "active": 0, + "flagValue": -1 + }, + "gcl": { + "active": 0, + "flagValue": -1 + }, + "globalstrict": { + "active": 0, + "flagValue": -1 + }, + "immed": { + "active": 0, + "flagValue": -1 + }, + "indent": { + "active": 0, + "flagValue": 4 + }, + "iterator": { + "active": 0, + "flagValue": -1 + }, + "jquery": { + "active": 1, + "flagValue": -1 + }, + "lastsemic": { + "active": 0, + "flagValue": -1 + }, + "latedef": { + "active": 1, + "flagValue": -1 + }, + "laxbreak": { + "active": 0, + "flagValue": -1 + }, + "laxcomma": { + "active": 0, + "flagValue": -1 + }, + "loopfunc": { + "active": 0, + "flagValue": -1 + }, + "maxcomplexity": { + "active": 0, + "flagValue": 10 + }, + "maxdepth": { + "active": 0, + "flagValue": 3 + }, + "maxlen": { + "active": 0, + "flagValue": 150 + }, + "maxparams": { + "active": 0, + "flagValue": 3 + }, + "maxstatements": { + "active": 0, + "flagValue": 4 + }, + "mootools": { + "active": 0, + "flagValue": -1 + }, + "moz": { + "active": 0, + "flagValue": -1 + }, + "multistr": { + "active": 0, + "flagValue": -1 + }, + "newcap": { + "active": 1, + "flagValue": -1 + }, + "noarg": { + "active": 1, + "flagValue": -1 + }, + "node": { + "active": 0, + "flagValue": -1 + }, + "noempty": { + "active": 0, + "flagValue": -1 + }, + "nonbsp": { + "active": 0, + "flagValue": -1 + }, + "nonew": { + "active": 1, + "flagValue": -1 + }, + "nonstandard": { + "active": 0, + "flagValue": -1 + }, + "notypeof": { + "active": 1, + "flagValue": -1 + }, + "noyield": { + "active": 0, + "flagValue": -1 + }, + "onecase": { + "active": 0, + "flagValue": -1 + }, + "onevar": { + "active": 0, + "flagValue": -1 + }, + "phantom": { + "active": 0, + "flagValue": -1 + }, + "plusplus": { + "active": 0, + "flagValue": -1 + }, + "proto": { + "active": 0, + "flagValue": -1 + }, + "prototypejs": { + "active": 0, + "flagValue": -1 + }, + "regexp": { + "active": 1, + "flagValue": -1 + }, + "rhino": { + "active": 0, + "flagValue": -1 + }, + "scripturl": { + "active": 0, + "flagValue": -1 + }, + "shadow": { + "active": 0, + "flagValue": -1 + }, + "shelljs": { + "active": 0, + "flagValue": -1 + }, + "smarttabs": { + "active": 0, + "flagValue": -1 + }, + "strict": { + "active": 0, + "flagValue": -1 + }, + "sub": { + "active": 0, + "flagValue": -1 + }, + "supernew": { + "active": 0, + "flagValue": -1 + }, + "trailing": { + "active": 1, + "flagValue": -1 + }, + "typed": { + "active": 0, + "flagValue": -1 + }, + "undef": { + "active": 1, + "flagValue": -1 + }, + "unused": { + "active": 1, + "flagValue": -1 + }, + "white": { + "active": 0, + "flagValue": -1 + }, + "withstmt": { + "active": 0, + "flagValue": -1 + }, + "worker": { + "active": 0, + "flagValue": -1 + }, + "wsh": { + "active": 0, + "flagValue": -1 + }, + "yui": { + "active": 0, + "flagValue": -1 + } + }, + "jsLintFlags2": { + "ass": { + "active": 0, + "flagValue": -1 + }, + "bitwise": { + "active": 0, + "flagValue": -1 + }, + "browser": { + "active": 1, + "flagValue": -1 + }, + "closure": { + "active": 0, + "flagValue": -1 + }, + "continue": { + "active": 0, + "flagValue": -1 + }, + "debug": { + "active": 0, + "flagValue": -1 + }, + "devel": { + "active": 0, + "flagValue": -1 + }, + "eqeq": { + "active": 0, + "flagValue": -1 + }, + "evil": { + "active": 0, + "flagValue": -1 + }, + "forin": { + "active": 0, + "flagValue": -1 + }, + "indent": { + "active": 0, + "flagValue": 4 + }, + "maxlen": { + "active": 0, + "flagValue": 150 + }, + "newcap": { + "active": 0, + "flagValue": -1 + }, + "node": { + "active": 0, + "flagValue": -1 + }, + "nomen": { + "active": 0, + "flagValue": -1 + }, + "plusplus": { + "active": 0, + "flagValue": -1 + }, + "properties": { + "active": 0, + "flagValue": -1 + }, + "regexp": { + "active": 0, + "flagValue": -1 + }, + "rhino": { + "active": 0, + "flagValue": -1 + }, + "sloppy": { + "active": 0, + "flagValue": -1 + }, + "stupid": { + "active": 0, + "flagValue": -1 + }, + "sub": { + "active": 0, + "flagValue": -1 + }, + "todo": { + "active": 0, + "flagValue": -1 + }, + "unparam": { + "active": 0, + "flagValue": -1 + }, + "vars": { + "active": 0, + "flagValue": -1 + }, + "white": { + "active": 0, + "flagValue": -1 + } + }, + "kitAutoOutputPathRelativePath": "", + "kitAutoOutputPathReplace1": "", + "kitAutoOutputPathReplace2": "", + "kitAutoOutputPathStyle": 0, + "lessAllowInsecureImports": 0, + "lessAutoOutputPathRelativePath": "..\/css", + "lessAutoOutputPathReplace1": "less", + "lessAutoOutputPathReplace2": "css", + "lessAutoOutputPathStyle": 2, + "lessCreateSourceMap": 0, + "lessDisableJavascript": 0, + "lessIeCompatibility": 1, + "lessOutputStyle": 0, + "lessRelativeURLS": 0, + "lessStrictImports": 0, + "lessStrictMath": 0, + "lessStrictUnits": 0, + "markdownAutoOutputPathRelativePath": "", + "markdownAutoOutputPathReplace1": "", + "markdownAutoOutputPathReplace2": "", + "markdownAutoOutputPathStyle": 0, + "markdownEnableFootnotes": 0, + "markdownEnableSmartyPants": 1, + "markdownExpandTabs": 1, + "reloadFileURLs": 0, + "sassAutoOutputPathRelativePath": "..\/css", + "sassAutoOutputPathReplace1": "sass", + "sassAutoOutputPathReplace2": "css", + "sassAutoOutputPathStyle": 2, + "sassCreateSourceMap": 0, + "sassDebugStyle": 0, + "sassDecimalPrecision": 5, + "sassOutputStyle": 0, + "sassUseLibsass": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "skippedItemsString": ".svn, .git, .hg, log, _logs, _cache, cache, logs", + "slimAutoOutputPathRelativePath": "", + "slimAutoOutputPathReplace1": "", + "slimAutoOutputPathReplace2": "", + "slimAutoOutputPathStyle": 0, + "slimCompileOnly": 0, + "slimLogicless": 0, + "slimOutputStyle": 1, + "slimRailsCompatible": 0, + "stylusAutoOutputPathRelativePath": "..\/css", + "stylusAutoOutputPathReplace1": "stylus", + "stylusAutoOutputPathReplace2": "css", + "stylusAutoOutputPathStyle": 2, + "stylusDebugStyle": 0, + "stylusImportCSS": 0, + "stylusOutputStyle": 0, + "stylusResolveRelativeURLS": 0, + "typescriptAutoOutputPathRelativePath": "\/js", + "typescriptAutoOutputPathReplace1": "", + "typescriptAutoOutputPathReplace2": "", + "typescriptAutoOutputPathStyle": 2, + "typescriptCreateDeclarationFile": 0, + "typescriptCreateSourceMap": 0, + "typescriptMinifyOutput": 0, + "typescriptModuleType": 0, + "typescriptNoImplicitAny": 0, + "typescriptNoResolve": 0, + "typescriptRemoveComments": 0, + "typescriptTargetECMAVersion": 0, + "uglifyDefinesString": "", + "uglifyFlags2": { + "ascii-only": { + "active": 0, + "flagValue": -1 + }, + "booleans": { + "active": 1, + "flagValue": -1 + }, + "bracketize": { + "active": 0, + "flagValue": -1 + }, + "cascade": { + "active": 1, + "flagValue": -1 + }, + "comments": { + "active": 1, + "flagValue": -1 + }, + "comparisons": { + "active": 1, + "flagValue": -1 + }, + "compress": { + "active": 1, + "flagValue": -1 + }, + "conditionals": { + "active": 1, + "flagValue": -1 + }, + "dead_code": { + "active": 0, + "flagValue": -1 + }, + "drop_debugger": { + "active": 1, + "flagValue": -1 + }, + "eval": { + "active": 0, + "flagValue": -1 + }, + "evaluate": { + "active": 1, + "flagValue": -1 + }, + "hoist_funs": { + "active": 1, + "flagValue": -1 + }, + "hoist_vars": { + "active": 0, + "flagValue": -1 + }, + "if_return": { + "active": 1, + "flagValue": -1 + }, + "indent-level": { + "active": 0, + "flagValue": 4 + }, + "indent-start": { + "active": 0, + "flagValue": 0 + }, + "inline-script": { + "active": 0, + "flagValue": -1 + }, + "join_vars": { + "active": 1, + "flagValue": -1 + }, + "loops": { + "active": 1, + "flagValue": -1 + }, + "mangle": { + "active": 1, + "flagValue": -1 + }, + "max-line-len": { + "active": 1, + "flagValue": 32000 + }, + "properties": { + "active": 1, + "flagValue": -1 + }, + "quote-keys": { + "active": 0, + "flagValue": -1 + }, + "screw-ie8": { + "active": 0, + "flagValue": -1 + }, + "semicolons": { + "active": 1, + "flagValue": -1 + }, + "sequences": { + "active": 1, + "flagValue": -1 + }, + "sort": { + "active": 0, + "flagValue": -1 + }, + "space-colon": { + "active": 1, + "flagValue": -1 + }, + "toplevel": { + "active": 0, + "flagValue": -1 + }, + "unsafe": { + "active": 0, + "flagValue": -1 + }, + "unused": { + "active": 0, + "flagValue": -1 + }, + "warnings": { + "active": 0, + "flagValue": -1 + }, + "width": { + "active": 1, + "flagValue": 80 + } + }, + "uglifyReservedNamesString": "$", + "websiteRelativeRoot": "" + }, +"settingsFileVersion": "2" +} \ No newline at end of file diff --git a/library/bones.php b/library/bones.php index 5f25a9d..91be0db 100755 --- a/library/bones.php +++ b/library/bones.php @@ -138,6 +138,11 @@ function bones_scripts_and_styles() { // ie-only style sheet wp_register_style( 'bones-ie-only', get_template_directory_uri() . '/library/css/ie.css', array(), '' ); + // FitVid (responsive video) + wp_register_script( 'fitvids', get_template_directory_uri() . '/library/js/libs/FitVids.js-master/jquery.fitvids.js', array('jquery'), '', TRUE ); + wp_register_script( 'fitvids-xtra', get_template_directory_uri() . '/library/js/fitvid.js', array(), '', TRUE ); + + // comment reply script for threaded comments if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1)) { wp_enqueue_script( 'comment-reply' ); @@ -162,6 +167,8 @@ function bones_scripts_and_styles() { wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'bones-js' ); wp_enqueue_script( 'bones-bootstrap' ); + wp_enqueue_script( 'fitvids'); + wp_enqueue_script( 'fitvids-xtra'); } } @@ -218,7 +225,6 @@ function bones_theme_support() { register_nav_menus( array( 'main-nav' => __( 'The Main Menu', 'bonestheme' ), // main nav in header - 'footer-links' => __( 'Footer Links', 'bonestheme' ) // secondary nav in footer ) ); } /* end bones theme support */ @@ -232,38 +238,21 @@ function bones_theme_support() { function bones_main_nav() { // display the wp3 menu if available wp_nav_menu(array( - 'container' => false, // remove nav container - 'container_class' => 'menu clearfix', // class of container (should you choose to use it) - 'menu' => __( 'The Main Menu', 'bonestheme' ), // nav name - 'menu_class' => 'nav navbar-nav navbar-right', // adding custom nav class - 'theme_location' => 'main-nav', // where it's located in the theme - 'before' => '', // before the menu - 'after' => '', // after the menu - 'link_before' => '', // before each link - 'link_after' => '', // after each link - 'depth' => 2, // limit the depth of the nav - 'walker' => new wp_bootstrap_navwalker() // for bootstrap nav + 'container' => false, // remove nav container + 'container_class' => 'menu clearfix', // class of container (should you choose to use it) + 'menu' => __( 'The Main Menu', 'bonestheme' ), // nav name + 'menu_class' => 'nav navbar-nav navbar-right', // adding custom nav class + 'theme_location' => 'main-nav', // where it's located in the theme + 'before' => '', // before the menu + 'after' => '', // after the menu + 'link_before' => '', // before each link + 'link_after' => '', // after each link + 'depth' => 2, // limit the depth of the nav + 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', // fallback + 'walker' => new wp_bootstrap_navwalker() // for bootstrap nav )); } /* end bones main nav */ -// the footer menu (should you choose to use one) -function bones_footer_links() { - // display the wp3 menu if available - wp_nav_menu(array( - 'container' => '', // remove nav container - 'container_class' => 'footer-links clearfix', // class of container (should you choose to use it) - 'menu' => __( 'Footer Links', 'bonestheme' ), // nav name - 'menu_class' => 'nav footer-nav clearfix', // adding custom nav class - 'theme_location' => 'footer-links', // where it's located in the theme - 'before' => '', // before the menu - 'after' => '', // after the menu - 'link_before' => '', // before each link - 'link_after' => '', // after each link - 'depth' => 0, // limit the depth of the nav - 'fallback_cb' => 'bones_footer_links_fallback', // fallback function - )); -} /* end bones footer link */ - // this is the fallback for header menu function bones_main_nav_fallback() { wp_page_menu( array( diff --git a/library/brew.php b/library/brew.php index b5fb8fa..8c8b5ef 100644 --- a/library/brew.php +++ b/library/brew.php @@ -256,21 +256,6 @@ function brew_contact_methods( $contactmethods ) { add_filter( 'user_contactmethods', 'brew_contact_methods' ); -// make video embeds responsive - -wp_enqueue_script('fitvids', get_template_directory_uri() . '/library/js/libs/FitVids.js-master/jquery.fitvids.js', array('jquery'), '', TRUE); - -wp_enqueue_script('fitvids-xtra', get_template_directory_uri() . '/library/js/fitvid.js', array(), '', TRUE); - - -// load jquery from Google CDN - - - -add_action('template_redirect', 'load_jquery'); - - - /* my mind is going. I can feel it */ diff --git a/library/css/style.css b/library/css/style.css index 0cdf089..1010d5d 100755 --- a/library/css/style.css +++ b/library/css/style.css @@ -278,7 +278,7 @@ html { body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; color: #333333; background-color: #efefef; } @@ -320,7 +320,7 @@ img { } .img-thumbnail { padding: 4px; - line-height: 1.428571429; + line-height: 1.42857143; background-color: #efefef; border: 1px solid #dddddd; border-radius: 4px; @@ -599,7 +599,7 @@ dl { } dt, dd { - line-height: 1.428571429; + line-height: 1.42857143; } dt { font-weight: bold; @@ -646,7 +646,7 @@ blockquote small, blockquote .small { display: block; font-size: 80%; - line-height: 1.428571429; + line-height: 1.42857143; color: #999999; } blockquote footer:before, @@ -685,7 +685,7 @@ blockquote:after { address { margin-bottom: 20px; font-style: normal; - line-height: 1.428571429; + line-height: 1.42857143; } code, kbd, @@ -714,7 +714,7 @@ pre { padding: 9.5px; margin: 0 0 10px; font-size: 13px; - line-height: 1.428571429; + line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; @@ -778,73 +778,73 @@ pre code { width: 100%; } .col-xs-11 { - width: 91.66666666666666%; + width: 91.66666667%; } .col-xs-10 { - width: 83.33333333333334%; + width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { - width: 66.66666666666666%; + width: 66.66666667%; } .col-xs-7 { - width: 58.333333333333336%; + width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { - width: 41.66666666666667%; + width: 41.66666667%; } .col-xs-4 { - width: 33.33333333333333%; + width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { - width: 16.666666666666664%; + width: 16.66666667%; } .col-xs-1 { - width: 8.333333333333332%; + width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { - right: 91.66666666666666%; + right: 91.66666667%; } .col-xs-pull-10 { - right: 83.33333333333334%; + right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { - right: 66.66666666666666%; + right: 66.66666667%; } .col-xs-pull-7 { - right: 58.333333333333336%; + right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { - right: 41.66666666666667%; + right: 41.66666667%; } .col-xs-pull-4 { - right: 33.33333333333333%; + right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { - right: 16.666666666666664%; + right: 16.66666667%; } .col-xs-pull-1 { - right: 8.333333333333332%; + right: 8.33333333%; } .col-xs-pull-0 { right: 0%; @@ -853,37 +853,37 @@ pre code { left: 100%; } .col-xs-push-11 { - left: 91.66666666666666%; + left: 91.66666667%; } .col-xs-push-10 { - left: 83.33333333333334%; + left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { - left: 66.66666666666666%; + left: 66.66666667%; } .col-xs-push-7 { - left: 58.333333333333336%; + left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { - left: 41.66666666666667%; + left: 41.66666667%; } .col-xs-push-4 { - left: 33.33333333333333%; + left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { - left: 16.666666666666664%; + left: 16.66666667%; } .col-xs-push-1 { - left: 8.333333333333332%; + left: 8.33333333%; } .col-xs-push-0 { left: 0%; @@ -892,37 +892,37 @@ pre code { margin-left: 100%; } .col-xs-offset-11 { - margin-left: 91.66666666666666%; + margin-left: 91.66666667%; } .col-xs-offset-10 { - margin-left: 83.33333333333334%; + margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { - margin-left: 66.66666666666666%; + margin-left: 66.66666667%; } .col-xs-offset-7 { - margin-left: 58.333333333333336%; + margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { - margin-left: 41.66666666666667%; + margin-left: 41.66666667%; } .col-xs-offset-4 { - margin-left: 33.33333333333333%; + margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { - margin-left: 16.666666666666664%; + margin-left: 16.66666667%; } .col-xs-offset-1 { - margin-left: 8.333333333333332%; + margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; @@ -935,73 +935,73 @@ pre code { width: 100%; } .col-sm-11 { - width: 91.66666666666666%; + width: 91.66666667%; } .col-sm-10 { - width: 83.33333333333334%; + width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { - width: 66.66666666666666%; + width: 66.66666667%; } .col-sm-7 { - width: 58.333333333333336%; + width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { - width: 41.66666666666667%; + width: 41.66666667%; } .col-sm-4 { - width: 33.33333333333333%; + width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { - width: 16.666666666666664%; + width: 16.66666667%; } .col-sm-1 { - width: 8.333333333333332%; + width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { - right: 91.66666666666666%; + right: 91.66666667%; } .col-sm-pull-10 { - right: 83.33333333333334%; + right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { - right: 66.66666666666666%; + right: 66.66666667%; } .col-sm-pull-7 { - right: 58.333333333333336%; + right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { - right: 41.66666666666667%; + right: 41.66666667%; } .col-sm-pull-4 { - right: 33.33333333333333%; + right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { - right: 16.666666666666664%; + right: 16.66666667%; } .col-sm-pull-1 { - right: 8.333333333333332%; + right: 8.33333333%; } .col-sm-pull-0 { right: 0%; @@ -1010,37 +1010,37 @@ pre code { left: 100%; } .col-sm-push-11 { - left: 91.66666666666666%; + left: 91.66666667%; } .col-sm-push-10 { - left: 83.33333333333334%; + left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { - left: 66.66666666666666%; + left: 66.66666667%; } .col-sm-push-7 { - left: 58.333333333333336%; + left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { - left: 41.66666666666667%; + left: 41.66666667%; } .col-sm-push-4 { - left: 33.33333333333333%; + left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { - left: 16.666666666666664%; + left: 16.66666667%; } .col-sm-push-1 { - left: 8.333333333333332%; + left: 8.33333333%; } .col-sm-push-0 { left: 0%; @@ -1049,37 +1049,37 @@ pre code { margin-left: 100%; } .col-sm-offset-11 { - margin-left: 91.66666666666666%; + margin-left: 91.66666667%; } .col-sm-offset-10 { - margin-left: 83.33333333333334%; + margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { - margin-left: 66.66666666666666%; + margin-left: 66.66666667%; } .col-sm-offset-7 { - margin-left: 58.333333333333336%; + margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { - margin-left: 41.66666666666667%; + margin-left: 41.66666667%; } .col-sm-offset-4 { - margin-left: 33.33333333333333%; + margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { - margin-left: 16.666666666666664%; + margin-left: 16.66666667%; } .col-sm-offset-1 { - margin-left: 8.333333333333332%; + margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; @@ -1093,73 +1093,73 @@ pre code { width: 100%; } .col-md-11 { - width: 91.66666666666666%; + width: 91.66666667%; } .col-md-10 { - width: 83.33333333333334%; + width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { - width: 66.66666666666666%; + width: 66.66666667%; } .col-md-7 { - width: 58.333333333333336%; + width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { - width: 41.66666666666667%; + width: 41.66666667%; } .col-md-4 { - width: 33.33333333333333%; + width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { - width: 16.666666666666664%; + width: 16.66666667%; } .col-md-1 { - width: 8.333333333333332%; + width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { - right: 91.66666666666666%; + right: 91.66666667%; } .col-md-pull-10 { - right: 83.33333333333334%; + right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { - right: 66.66666666666666%; + right: 66.66666667%; } .col-md-pull-7 { - right: 58.333333333333336%; + right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { - right: 41.66666666666667%; + right: 41.66666667%; } .col-md-pull-4 { - right: 33.33333333333333%; + right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { - right: 16.666666666666664%; + right: 16.66666667%; } .col-md-pull-1 { - right: 8.333333333333332%; + right: 8.33333333%; } .col-md-pull-0 { right: 0%; @@ -1168,37 +1168,37 @@ pre code { left: 100%; } .col-md-push-11 { - left: 91.66666666666666%; + left: 91.66666667%; } .col-md-push-10 { - left: 83.33333333333334%; + left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { - left: 66.66666666666666%; + left: 66.66666667%; } .col-md-push-7 { - left: 58.333333333333336%; + left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { - left: 41.66666666666667%; + left: 41.66666667%; } .col-md-push-4 { - left: 33.33333333333333%; + left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { - left: 16.666666666666664%; + left: 16.66666667%; } .col-md-push-1 { - left: 8.333333333333332%; + left: 8.33333333%; } .col-md-push-0 { left: 0%; @@ -1207,37 +1207,37 @@ pre code { margin-left: 100%; } .col-md-offset-11 { - margin-left: 91.66666666666666%; + margin-left: 91.66666667%; } .col-md-offset-10 { - margin-left: 83.33333333333334%; + margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { - margin-left: 66.66666666666666%; + margin-left: 66.66666667%; } .col-md-offset-7 { - margin-left: 58.333333333333336%; + margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { - margin-left: 41.66666666666667%; + margin-left: 41.66666667%; } .col-md-offset-4 { - margin-left: 33.33333333333333%; + margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { - margin-left: 16.666666666666664%; + margin-left: 16.66666667%; } .col-md-offset-1 { - margin-left: 8.333333333333332%; + margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; @@ -1251,73 +1251,73 @@ pre code { width: 100%; } .col-lg-11 { - width: 91.66666666666666%; + width: 91.66666667%; } .col-lg-10 { - width: 83.33333333333334%; + width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { - width: 66.66666666666666%; + width: 66.66666667%; } .col-lg-7 { - width: 58.333333333333336%; + width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { - width: 41.66666666666667%; + width: 41.66666667%; } .col-lg-4 { - width: 33.33333333333333%; + width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { - width: 16.666666666666664%; + width: 16.66666667%; } .col-lg-1 { - width: 8.333333333333332%; + width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { - right: 91.66666666666666%; + right: 91.66666667%; } .col-lg-pull-10 { - right: 83.33333333333334%; + right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { - right: 66.66666666666666%; + right: 66.66666667%; } .col-lg-pull-7 { - right: 58.333333333333336%; + right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { - right: 41.66666666666667%; + right: 41.66666667%; } .col-lg-pull-4 { - right: 33.33333333333333%; + right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { - right: 16.666666666666664%; + right: 16.66666667%; } .col-lg-pull-1 { - right: 8.333333333333332%; + right: 8.33333333%; } .col-lg-pull-0 { right: 0%; @@ -1326,37 +1326,37 @@ pre code { left: 100%; } .col-lg-push-11 { - left: 91.66666666666666%; + left: 91.66666667%; } .col-lg-push-10 { - left: 83.33333333333334%; + left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { - left: 66.66666666666666%; + left: 66.66666667%; } .col-lg-push-7 { - left: 58.333333333333336%; + left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { - left: 41.66666666666667%; + left: 41.66666667%; } .col-lg-push-4 { - left: 33.33333333333333%; + left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { - left: 16.666666666666664%; + left: 16.66666667%; } .col-lg-push-1 { - left: 8.333333333333332%; + left: 8.33333333%; } .col-lg-push-0 { left: 0%; @@ -1365,37 +1365,37 @@ pre code { margin-left: 100%; } .col-lg-offset-11 { - margin-left: 91.66666666666666%; + margin-left: 91.66666667%; } .col-lg-offset-10 { - margin-left: 83.33333333333334%; + margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { - margin-left: 66.66666666666666%; + margin-left: 66.66666667%; } .col-lg-offset-7 { - margin-left: 58.333333333333336%; + margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { - margin-left: 41.66666666666667%; + margin-left: 41.66666667%; } .col-lg-offset-4 { - margin-left: 33.33333333333333%; + margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { - margin-left: 16.666666666666664%; + margin-left: 16.66666667%; } .col-lg-offset-1 { - margin-left: 8.333333333333332%; + margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; @@ -1419,7 +1419,7 @@ th { .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; - line-height: 1.428571429; + line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } @@ -1686,7 +1686,7 @@ output { display: block; padding-top: 7px; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; color: #555555; } .form-control { @@ -1695,7 +1695,7 @@ output { height: 34px; padding: 6px 12px; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; @@ -2000,7 +2000,7 @@ select[multiple].input-lg { white-space: nowrap; padding: 6px 12px; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; @@ -3034,7 +3034,7 @@ input[type="button"].btn-block { padding: 3px 20px; clear: both; font-weight: normal; - line-height: 1.428571429; + line-height: 1.42857143; color: #333333; white-space: nowrap; } @@ -3083,7 +3083,7 @@ input[type="button"].btn-block { display: block; padding: 3px 20px; font-size: 12px; - line-height: 1.428571429; + line-height: 1.42857143; color: #999999; } .dropdown-backdrop { @@ -3508,7 +3508,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { } .nav-tabs > li > a { margin-right: 2px; - line-height: 1.428571429; + line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } @@ -4148,7 +4148,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { position: relative; float: left; padding: 6px 12px; - line-height: 1.428571429; + line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; @@ -4410,7 +4410,7 @@ a.list-group-item.active > .badge, display: block; padding: 4px; margin-bottom: 20px; - line-height: 1.428571429; + line-height: 1.42857143; background-color: #efefef; border: 1px solid #dddddd; border-radius: 4px; @@ -5159,14 +5159,14 @@ button.close { .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; - min-height: 16.428571429px; + min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; - line-height: 1.428571429; + line-height: 1.42857143; } .modal-body { position: relative; @@ -5876,7 +5876,7 @@ td.visible-print { } /* makes the font 33% larger relative to the icon container */ .fa-lg { - font-size: 1.3333333333333333em; + font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } @@ -5893,12 +5893,12 @@ td.visible-print { font-size: 5em; } .fa-fw { - width: 1.2857142857142858em; + width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; - margin-left: 2.142857142857143em; + margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { @@ -5906,13 +5906,13 @@ td.visible-print { } .fa-li { position: absolute; - left: -2.142857142857143em; - width: 2.142857142857143em; - top: 0.14285714285714285em; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; text-align: center; } .fa-li.fa-lg { - left: -1.8571428571428572em; + left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; @@ -7288,6 +7288,34 @@ Styles and classes used throughout the entire BREW framework body { padding-top: 50px; } +body.admin-bar .navbar-fixed-top { + top: 46px; +} +@media (min-width: 783px) { + body.admin-bar .navbar-fixed-top { + top: 32px; + } +} +/****************************************************************** +H1, H2, H3, H4, H5 STYLES +******************************************************************/ +/********************* +LINK STYLES +*********************/ +a, +a:visited { + /* on hover */ + /* on click */ + /* mobile tap color */ +} +a:link, +a:visited:link { + /* + this highlights links on iPhones/iPads. + so it basically works like the :hover selector + for mobile devices. + */ +} /****************************************************************** Site Name: BREW Author: Dan Brown diff --git a/library/less/bootstrap/bootstrap.less b/library/less/bootstrap/bootstrap.less deleted file mode 100755 index b368b87..0000000 --- a/library/less/bootstrap/bootstrap.less +++ /dev/null @@ -1,49 +0,0 @@ -// Core variables and mixins -@import "variables.less"; -@import "mixins.less"; - -// Reset -@import "normalize.less"; -@import "print.less"; - -// Core CSS -@import "scaffolding.less"; -@import "type.less"; -@import "code.less"; -@import "grid.less"; -@import "tables.less"; -@import "forms.less"; -@import "buttons.less"; - -// Components -@import "component-animations.less"; -@import "glyphicons.less"; -@import "dropdowns.less"; -@import "button-groups.less"; -@import "input-groups.less"; -@import "navs.less"; -@import "navbar.less"; -@import "breadcrumbs.less"; -@import "pagination.less"; -@import "pager.less"; -@import "labels.less"; -@import "badges.less"; -@import "jumbotron.less"; -@import "thumbnails.less"; -@import "alerts.less"; -@import "progress-bars.less"; -@import "media.less"; -@import "list-group.less"; -@import "panels.less"; -@import "wells.less"; -@import "close.less"; - -// Components w/ JavaScript -@import "modals.less"; -@import "tooltip.less"; -@import "popovers.less"; -@import "carousel.less"; - -// Utility classes -@import "utilities.less"; -@import "responsive-utilities.less"; diff --git a/library/less/brew/global.less b/library/less/brew/global.less index 134b8ac..68cb36c 100644 --- a/library/less/brew/global.less +++ b/library/less/brew/global.less @@ -10,4 +10,54 @@ Styles and classes used throughout the entire BREW framework body { padding-top: @navbar-height; // THIS IS IF YOU HAVE top-nav-fixed ENABLED -} \ No newline at end of file + &.admin-bar .navbar-fixed-top { // THIS FIXES THE TOP NAV WHEN ADMIN BAR IS ENABLED + top: 46px; + @media (min-width: 783px) { + top: 32px; + } + } +} + +/****************************************************************** +H1, H2, H3, H4, H5 STYLES +******************************************************************/ + +h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { + + a {} +} + +h1, .h1 {} + +h2, .h2 {} + +h3, .h3 {} + +h4, .h4 {} + +h5, .h5 {} + + +/********************* +LINK STYLES +*********************/ + +a, a:visited { + + /* on hover */ + &:hover, &:focus {} + + /* on click */ + &:active {} + + /* mobile tap color */ + &:link { + /* + this highlights links on iPhones/iPads. + so it basically works like the :hover selector + for mobile devices. + */ + } +} + + diff --git a/library/less/other/global.less b/library/less/other/global.less deleted file mode 100644 index 88eeb63..0000000 --- a/library/less/other/global.less +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************** -Site Name: BREW -Author: Dan Brown - -Stylesheet: Global Stylesheet - -Styles and classes used throughout the entire BREW framework - -******************************************************************/ - -body { - padding-top: @navbar-height; // THIS IS IF YOU HAVE top-nav-fixed ENABLED -} - -/****************************************************************** -H1, H2, H3, H4, H5 STYLES -******************************************************************/ - -h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { - - a {} -} - -h1, .h1 {} - -h2, .h2 {} - -h3, .h3 {} - -h4, .h4 {} - -h5, .h5 {} - - -/********************* -LINK STYLES -*********************/ - -a, a:visited { - - /* on hover */ - &:hover, &:focus {} - - /* on click */ - &:active {} - - /* mobile tap color */ - &:link { - /* - this highlights links on iPhones/iPads. - so it basically works like the :hover selector - for mobile devices. - */ - } -} - -/********************* -ADMIN TOP NAV FIXES -*********************/ - -body.admin-bar .navbar-fixed-top { - top: 46px; - @media (min-width: 783px) { - top: 28px; - } -} \ No newline at end of file diff --git a/library/option-config.php b/library/option-config.php index 4f00d19..118fb55 100755 --- a/library/option-config.php +++ b/library/option-config.php @@ -105,7 +105,7 @@ function dynamic_section($sections){ $sections[] = array( 'title' => __('Section via hook', 'brew-framework'), 'desc' => __('

This is a section created by adding a filter to the sections array. Can be used by child themes to add/remove sections from the options.

', 'brew-framework'), - 'icon' => 'el-icon-paper-clip', + 'icon' => 'fa fa-paperclip', // Leave this as a blank section, no options just some intro text set above. 'fields' => array() ); @@ -247,7 +247,7 @@ public function setSections() { // ACTUAL DECLARATION OF SECTIONS $this->sections[] = array( - 'icon' => 'el-icon-wrench', + 'icon' => 'fa fa-beer', 'title' => __('General Settings', 'brew-framework'), 'fields' => array ( array ( @@ -264,7 +264,7 @@ public function setSections() { ); $this->sections[] = array( - 'icon' => 'el-icon-folder', + 'icon' => 'fa fa-folder', 'title' => __('Content Settings', 'brew-framework'), 'desc' => __('Choose how certain content is displayed'), 'fields' => array ( @@ -335,7 +335,7 @@ public function setSections() { $this->sections[] = array( - 'icon' => 'el-icon-info-sign', + 'icon' => 'fa fa-info-circle', 'title' => __('Theme Information', 'brew-framework'), 'desc' => __('

This is the Description. Again HTML is allowed

', 'brew-framework'), 'fields' => array( @@ -350,7 +350,7 @@ public function setSections() { if(file_exists(trailingslashit(dirname(__FILE__)) . 'README.html')) { $tabs['docs'] = array( - 'icon' => 'el-icon-book', + 'icon' => 'fa fa-book', 'title' => __('Documentation', 'brew-framework'), 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html')) ); @@ -410,7 +410,7 @@ public function setArguments() { 'page_permissions' => 'manage_options', // Permissions needed to access the options panel. 'menu_icon' => '', // Specify a custom URL to an icon 'last_tab' => '', // Force your panel to always open to a specific tab (by id) - 'page_icon' => 'icon-themes', // Icon displayed in the admin panel next to your menu_title + 'page_icon' => 'fa fa-bell-o', // Icon displayed in the admin panel next to your menu_title 'page_slug' => '_options', // Page slug used to denote the panel 'save_defaults' => true, // On load save the defaults to DB before user clicks save or not 'default_show' => false, // If true, shows the default value next to each field that is not the default value. @@ -441,13 +441,13 @@ public function setArguments() { $this->args['share_icons'][] = array( 'url' => 'https://github.com/slightlyoffbeat', 'title' => 'My GitHub', - 'icon' => 'el-icon-github' + 'icon' => 'fa fa-github-square' // 'img' => '', // You can use icon OR img. IMG needs to be a full URL. ); $this->args['share_icons'][] = array( 'url' => 'http://twitter.com/slightlyoffbeat', 'title' => 'Follow me on Twitter', - 'icon' => 'el-icon-twitter' + 'icon' => 'fa fa-twitter-square' ); @@ -507,3 +507,20 @@ function redux_validate_callback_function($field, $value, $existing_value) { return $return; } endif; + +function newIconFont() { + // Uncomment this to remove elusive icon from the panel completely + wp_deregister_style( 'redux-elusive-icon' ); + wp_deregister_style( 'redux-elusive-icon-ie7' ); + + wp_register_style( + 'redux-font-awesome', + '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', + array(), + time(), + 'all' + ); + wp_enqueue_style( 'redux-font-awesome' ); +} +// This example assumes the opt_name is set to redux_demo. Please replace it with your opt_name value. +add_action( 'redux/page/brew_options/enqueue', 'newIconFont' ); diff --git a/package.json b/package.json new file mode 100644 index 0000000..dd41597 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "brew", + "version": "0.9.0", + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-imagemin": "~0.5.0", + "grunt-contrib-watch": "~0.6.0", + "grunt-contrib-less": "~0.10.0" + } +} diff --git a/page.php b/page.php index 7fb6068..668794d 100755 --- a/page.php +++ b/page.php @@ -36,9 +36,7 @@ - - - + diff --git a/sidebar.php b/sidebar.php index e80ad80..9db36c1 100755 --- a/sidebar.php +++ b/sidebar.php @@ -1,4 +1,4 @@ -