Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
id: fallback
|
||||
label: 'Fallback date format'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: 'D, m/d/Y - H:i'
|
|
@ -0,0 +1,6 @@
|
|||
id: html_date
|
||||
label: 'HTML Date'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: Y-m-d
|
|
@ -0,0 +1,6 @@
|
|||
id: html_datetime
|
||||
label: 'HTML Datetime'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: 'Y-m-d\TH:i:sO'
|
|
@ -0,0 +1,6 @@
|
|||
id: html_month
|
||||
label: 'HTML Month'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: Y-m
|
|
@ -0,0 +1,6 @@
|
|||
id: html_time
|
||||
label: 'HTML Time'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: 'H:i:s'
|
|
@ -0,0 +1,6 @@
|
|||
id: html_week
|
||||
label: 'HTML Week'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: Y-\WW
|
|
@ -0,0 +1,6 @@
|
|||
id: html_year
|
||||
label: 'HTML Year'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: Y
|
|
@ -0,0 +1,6 @@
|
|||
id: html_yearless_date
|
||||
label: 'HTML Yearless date'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: true
|
||||
pattern: m-d
|
|
@ -0,0 +1,6 @@
|
|||
id: long
|
||||
label: 'Default long date'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: false
|
||||
pattern: 'l, F j, Y - H:i'
|
|
@ -0,0 +1,6 @@
|
|||
id: medium
|
||||
label: 'Default medium date'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: false
|
||||
pattern: 'D, m/d/Y - H:i'
|
|
@ -0,0 +1,6 @@
|
|||
id: short
|
||||
label: 'Default short date'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: false
|
||||
pattern: 'm/d/Y - H:i'
|
1
core/modules/system/config/install/system.authorize.yml
Normal file
1
core/modules/system/config/install/system.authorize.yml
Normal file
|
@ -0,0 +1 @@
|
|||
filetransfer_default:
|
4
core/modules/system/config/install/system.cron.yml
Normal file
4
core/modules/system/config/install/system.cron.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
threshold:
|
||||
autorun: 0
|
||||
requirements_warning: 172800
|
||||
requirements_error: 1209600
|
9
core/modules/system/config/install/system.date.yml
Normal file
9
core/modules/system/config/install/system.date.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
country:
|
||||
default: ''
|
||||
first_day: 0
|
||||
timezone:
|
||||
default: ''
|
||||
user:
|
||||
configurable: true
|
||||
warn: false
|
||||
default: 0
|
3
core/modules/system/config/install/system.diff.yml
Normal file
3
core/modules/system/config/install/system.diff.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
context:
|
||||
lines_leading: 2
|
||||
lines_trailing: 2
|
5
core/modules/system/config/install/system.file.yml
Normal file
5
core/modules/system/config/install/system.file.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
allow_insecure_uploads: false
|
||||
default_scheme: 'public'
|
||||
path:
|
||||
temporary: ''
|
||||
temporary_maximum_age: 21600
|
14
core/modules/system/config/install/system.filter.yml
Normal file
14
core/modules/system/config/install/system.filter.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
protocols:
|
||||
- http
|
||||
- https
|
||||
- ftp
|
||||
- news
|
||||
- nntp
|
||||
- tel
|
||||
- telnet
|
||||
- mailto
|
||||
- irc
|
||||
- ssh
|
||||
- sftp
|
||||
- webcal
|
||||
- rtsp
|
1
core/modules/system/config/install/system.image.gd.yml
Normal file
1
core/modules/system/config/install/system.image.gd.yml
Normal file
|
@ -0,0 +1 @@
|
|||
jpeg_quality: 75
|
1
core/modules/system/config/install/system.image.yml
Normal file
1
core/modules/system/config/install/system.image.yml
Normal file
|
@ -0,0 +1 @@
|
|||
toolkit: gd
|
1
core/modules/system/config/install/system.logging.yml
Normal file
1
core/modules/system/config/install/system.logging.yml
Normal file
|
@ -0,0 +1 @@
|
|||
error_level: hide
|
2
core/modules/system/config/install/system.mail.yml
Normal file
2
core/modules/system/config/install/system.mail.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
interface:
|
||||
default: 'php_mail'
|
|
@ -0,0 +1,2 @@
|
|||
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
|
||||
langcode: en
|
|
@ -0,0 +1,5 @@
|
|||
id: account
|
||||
label: 'User account menu'
|
||||
description: 'Links related to the user account.'
|
||||
langcode: en
|
||||
locked: true
|
5
core/modules/system/config/install/system.menu.admin.yml
Normal file
5
core/modules/system/config/install/system.menu.admin.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
id: admin
|
||||
label: Administration
|
||||
description: 'Contains links to administrative tasks.'
|
||||
langcode: en
|
||||
locked: true
|
|
@ -0,0 +1,5 @@
|
|||
id: footer
|
||||
label: Footer
|
||||
description: 'Use this for linking to site information.'
|
||||
langcode: en
|
||||
locked: true
|
5
core/modules/system/config/install/system.menu.main.yml
Normal file
5
core/modules/system/config/install/system.menu.main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
id: main
|
||||
label: 'Main navigation'
|
||||
description: 'Use this for linking to the main site sections.'
|
||||
langcode: en
|
||||
locked: true
|
5
core/modules/system/config/install/system.menu.tools.yml
Normal file
5
core/modules/system/config/install/system.menu.tools.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
id: tools
|
||||
label: Tools
|
||||
description: 'Contains links for site visitors. Some modules add their links here.'
|
||||
langcode: en
|
||||
locked: true
|
15
core/modules/system/config/install/system.performance.yml
Normal file
15
core/modules/system/config/install/system.performance.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
cache:
|
||||
page:
|
||||
max_age: 0
|
||||
css:
|
||||
preprocess: true
|
||||
gzip: true
|
||||
fast_404:
|
||||
enabled: true
|
||||
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
|
||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
||||
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
||||
js:
|
||||
preprocess: true
|
||||
gzip: true
|
||||
stale_file_threshold: 2592000
|
6
core/modules/system/config/install/system.rss.yml
Normal file
6
core/modules/system/config/install/system.rss.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
channel:
|
||||
description: ''
|
||||
items:
|
||||
limit: 10
|
||||
view_mode: rss
|
||||
langcode: en
|
12
core/modules/system/config/install/system.site.yml
Normal file
12
core/modules/system/config/install/system.site.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: ''
|
||||
name: ''
|
||||
mail: ''
|
||||
slogan: ''
|
||||
page:
|
||||
403: ''
|
||||
404: ''
|
||||
front: /user/login
|
||||
admin_compact_mode: false
|
||||
weight_select_max: 100
|
||||
langcode: en
|
||||
default_langcode: en
|
17
core/modules/system/config/install/system.theme.global.yml
Normal file
17
core/modules/system/config/install/system.theme.global.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
favicon:
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
logo: true
|
||||
name: true
|
||||
node_user_picture: true
|
||||
slogan: true
|
||||
logo:
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
2
core/modules/system/config/install/system.theme.yml
Normal file
2
core/modules/system/config/install/system.theme.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
admin: ''
|
||||
default: stark
|
Reference in a new issue