31 lines
966 B
Plaintext
31 lines
966 B
Plaintext
name = Linkit
|
|
description = Provides an easy interface for inserting links.
|
|
core = 7.x
|
|
configure = admin/config/content/linkit
|
|
dependencies[] = ctools
|
|
dependencies[] = entity
|
|
|
|
; Our classes, interfaces and abstract implementations.
|
|
files[] = includes/profile.class.php
|
|
files[] = includes/search_plugin.class.php
|
|
files[] = plugins/linkit_search/entity.class.php
|
|
files[] = plugins/linkit_search/file.class.php
|
|
files[] = plugins/linkit_search/node.class.php
|
|
files[] = plugins/linkit_search/taxonomy_term.class.php
|
|
files[] = plugins/linkit_search/user.class.php
|
|
|
|
; Test files
|
|
files[] = test/linkit.test
|
|
files[] = test/linkit_profile.test
|
|
files[] = test/linkit_search_plugin.test
|
|
files[] = test/linkit_search_plugin_node.test
|
|
files[] = test/linkit_search_plugin_user.test
|
|
files[] = test/linkit_search_plugin_taxonomy_term.test
|
|
|
|
; Information added by Drupal.org packaging script on 2016-01-10
|
|
version = "7.x-3.5"
|
|
core = "7.x"
|
|
project = "linkit"
|
|
datestamp = "1452407341"
|
|
|