Skip to content

Commit

Permalink
Task Drupalcat#42 Drupalcat#32 - Update make file to drupal beta3 and…
Browse files Browse the repository at this point in the history
… latest modules providing a more simple way to add a basic page since ald config broke instalation
  • Loading branch information
rodrigoaguilera committed Dec 7, 2014
1 parent 84df1e5 commit 13dbbf9
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 176 deletions.
9 changes: 5 additions & 4 deletions drupalcat.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
core = 8.x
api = 2

; Defaults.
defaults[projects][subdir] = "contrib"

; Core
projects[drupal][download][type] = git
projects[drupal][download][url] = git://git.drupal.org/project/drupal.git
projects[drupal][download][tag] = 8.0.0-beta2
projects[drupal][download][tag] = 8.0.0-beta3

; Contrib modules
projects[google_analytics][download][type] = git
projects[google_analytics][download][url] = git://git.drupal.org/project/google_analytics.git
projects[google_analytics][download][revision] = d1d538ed38d52bc8a7c3182f886981fb612dd84c
projects[google_analytics][subdir] = contrib

projects[honeypot][version] = 1.18-beta1
projects[honeypot][subdir] = contrib
projects[honeypot][version] = 1.18-beta2

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions drupalcat/config/install/core.entity_view_mode.node.full.yml

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions drupalcat/config/install/field.field.node.page.body.yml

This file was deleted.

1 change: 0 additions & 1 deletion drupalcat/config/install/field.settings.yml

This file was deleted.

16 changes: 0 additions & 16 deletions drupalcat/config/install/field.storage.node.body.yml

This file was deleted.

10 changes: 4 additions & 6 deletions drupalcat/config/install/node.type.page.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
langcode: en
status: true
dependencies: { }
name: Page
type: page
description: 'Use basic pages for your static content, such as an ''About us'' page. '
name: 'Basic page'
description: 'Use <em>basic pages</em> for your static content, such as an ''About us'' page.'
help: ''
new_revision: false
preview_mode: 1
display_submitted: false
third_party_settings: { }
status: true
langcode: en

0 comments on commit 13dbbf9

Please sign in to comment.