Skip to content

Instantly share code, notes, and snippets.

@cmcintosh
Last active May 6, 2016 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmcintosh/321d6ed932736df7cec4165e54a487fa to your computer and use it in GitHub Desktop.
Save cmcintosh/321d6ed932736df7cec4165e54a487fa to your computer and use it in GitHub Desktop.
todo.info.yml
#
# This Replaces the old Drupal 7's module .info
#
name: Todo: Make Drupal 8 Fun
type: module # Either module or theme
description: Creates our custom TODO module
core: 8.x
package: TODO
configure: entity.todo.settings # This replaces the old admin path from Drupal 7
tags: # Tags can be used as a categorization method for your modules.
- developer
dependencies:
- rest
- serialization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment