Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Summary
Base site is a basic but very useful Drupal 7 distribution to start a new site with the most used modules and configurations commons in spanish.
- Predefines Spanish as default language for the site.
- Configures transliteration options for Pathauto.
- Set of default values for installation forms.
- Changes date and time formats.
General Contributed Modules
- Administration menu
- Backup and Migrate
- Block Class
- CKEditor - WYSIWYG HTML editor
- Chaos tool suite (ctools)
- Display Suite
- Entity API
- Features
- Field Group
- Global Redirect
- Google Analytics
- IMCE
- jQuery Update
- Localization update
- Libraries API
- Module Filter
- Multiupload Filefield Widget
- Multiupload Imagefield Widget
- Pathauto
- Simplify
- Smart Trim
- Token
- Transliteration
- Views
Performance Modules
Core modules
- Block
- Contact
- Contextual links
- Database logging
- Field
- Field_ui
- File
- Filter
- Image
- Menu
- Number
- Options
- Path
- RDF
- Search
- Taxonomy
Configurations
Theme settings
The default theme is set to Bootstrap and the the admin theme is set to Seven.
CKEditor 4
build-config.js file for http://ckeditor.com/builder:
var CKBUILDER_CONFIG = {
skin: 'moono',
preset: 'full',
ignore: [
'.bender',
'bender.js',
'bender-err.log',
'bender-out.log',
'dev',
'.DS_Store',
'.editorconfig',
'.gitattributes',
'.gitignore',
'gruntfile.js',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'less',
'.mailmap',
'node_modules',
'package.json',
'README.md',
'tests'
],
plugins : {
'a11yhelp' : 1,
'about' : 1,
'autogrow' : 1,
'autolink' : 1,
'basicstyles' : 1,
'bidi' : 1,
'blockquote' : 1,
'bootstrapVisibility' : 1,
'clipboard' : 1,
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
'dialogadvtab' : 1,
'div' : 1,
'divarea' : 1,
'elementspath' : 1,
'enterkey' : 1,
'entities' : 1,
'filebrowser' : 1,
'find' : 1,
'flash' : 1,
'floatingspace' : 1,
'font' : 1,
'format' : 1,
'forms' : 1,
'glyphicons' : 1,
'horizontalrule' : 1,
'htmlwriter' : 1,
'iframe' : 1,
'image' : 1,
'image2' : 1,
'indentblock' : 1,
'indentlist' : 1,
'justify' : 1,
'language' : 1,
'layoutmanager' : 1,
'link' : 1,
'list' : 1,
'liststyle' : 1,
'magicline' : 1,
'maximize' : 1,
'newpage' : 1,
'oembed' : 1,
'pagebreak' : 1,
'pastefromword' : 1,
'pastetext' : 1,
'preview' : 1,
'print' : 1,
'removeformat' : 1,
'resize' : 1,
'save' : 1,
'scayt' : 1,
'selectall' : 1,
'showblocks' : 1,
'showborders' : 1,
'simplebutton' : 1,
'smiley' : 1,
'sourcearea' : 1,
'sourcedialog' : 1,
'specialchar' : 1,
'stylescombo' : 1,
'tab' : 1,
'table' : 1,
'tabletools' : 1,
'templates' : 1,
'texttransform' : 1,
'toolbar' : 1,
'undo' : 1,
'widgetbootstrap' : 1,
'widgetcommon' : 1,
'widgettemplatemenu' : 1,
'wsc' : 1,
'wysiwygarea' : 1,
'youtube' : 1
},
languages : {
'en' : 1,
'es' : 1
}
};
Supporting organizations:
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Created by fanton on , updated


