Created
June 11, 2015 10:04
-
-
Save adamjakab/b8a7061f6167e154e420 to your computer and use it in GitHub Desktop.
tmp preset config for d7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preset: | |
title: Mekit - Minimal | |
description: A minimal installation preset just like D7's original | |
modules: ~ | |
themes: ~ | |
libraries: ~ | |
configuration: | |
form: | |
site_information: | |
site_name: | |
default_value: My Very Cool D7 Site | |
site_mail: | |
default_value: [email protected] | |
admin_account: | |
account: | |
name: | |
default_value: Administrator | |
mail: | |
default_value: [email protected] | |
server_settings: | |
site_default_country: | |
default_value: IT | |
date_default_timezone: | |
default_value: Europe/Rome | |
custom_config: | |
type: fieldset | |
title: Custom Settings | |
collapsible: false | |
tree: true | |
test_field: | |
type: textfield | |
title: Test Field | |
required: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment