Merge branch '8.x-1.x' into 8.x-4.x in order to use this branch and remove '8.x-1.x' in future.
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
API.txt
deleted
100644 → 0
CHANGELOG.md
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
README.txt
deleted
100644 → 0
composer.json
0 → 100644
{ | ||
"name": "drupal/context", | ||
"description": "Manage contextual conditions and reactions for different portions of your site.", | ||
"keywords": ["Drupal", "context", "block", "visibility", "conditions"], | ||
"type": "drupal-module", | ||
"license": "MIT", | ||
"homepage": "https://github.com/oddhill/context", | ||
"authors": [ | ||
{ | ||
"name": "Christoffer Palm", | ||
"email": "christoffer.palm@oddhill.se", | ||
"homepage": "http://www.oddhill.se/", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/oddhill/context/issues", | ||
"source": "https://github.com/oddhill/context", | ||
"docs": "https://github.com/oddhill/context" | ||
} | ||
} |
context.api.php
deleted
100644 → 0
context.core.inc
deleted
100644 → 0