Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

37 module tags #2293

Merged
merged 2 commits into from
Jan 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions core/modules/admin_bar/admin_bar.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
type = module
name = Administration bar
description = "Provides a dropdown menu to most administrative tasks and other common destinations."
package = Administration
tags[] = Menus
tags[] = Site Navigation
tags[] = User Interface
version = BACKDROP_VERSION
backdrop = 1.x

configure = admin/config/administration/admin-bar
version = BACKDROP_VERSION
type = module
7 changes: 5 additions & 2 deletions core/modules/block/block.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
type = module
name = Block
description = Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.
package = Layout
package = Layouts
tags[] = Blocks
tags[] = Site Architecture
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/structure/block
7 changes: 6 additions & 1 deletion core/modules/book/book.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
type = module
name = Book
description = Allows users to create and organize related content in an outline.
package = System
tags[] = Content
tags[] = Site Navigation
tags[] = Structure
version = BACKDROP_VERSION
type = module
backdrop = 1.x

dependencies[] = node

configure = admin/content/book/settings
8 changes: 6 additions & 2 deletions core/modules/ckeditor/ckeditor.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
type = module
name = CKEditor
description = WYSIWYG editing for rich text fields using CKEditor.
package = User interface
package = User Interface
tags[] = Filters
tags[] = Formats
tags[] = Text Editors
version = BACKDROP_VERSION
backdrop = 1.x
type = module

configure = admin/config/content/formats
3 changes: 2 additions & 1 deletion core/modules/color/color.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
type = module
name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Appearance
tags[] = Theme Enhancements
version = BACKDROP_VERSION
type = module
backdrop = 1.x
5 changes: 4 additions & 1 deletion core/modules/comment/comment.info
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
type = module
name = Comment
description = Allows users to comment on and discuss published content.
package = Comments
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = node
dependencies[] = text
dependencies[] = entity

configure = admin/content/comment

stylesheets[all][] = css/comment.css
8 changes: 6 additions & 2 deletions core/modules/config/config.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
type = module
name = Configuration manager
description = Import, export, and synchronize your configuration changes between different installations of your site, such as in development, staging, and production environments.
package = Development
tags[] = Site Architecture
tags[] = System
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/config/development/configuration
package = Development

5 changes: 4 additions & 1 deletion core/modules/contact/contact.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
type = module
name = Contact
description = Enables the use of both personal and site-wide contact forms.
package = System
tags[] = Mail
tags[] = Utility
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/structure/contact
6 changes: 4 additions & 2 deletions core/modules/contextual/contextual.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type = module
name = Contextual Links
description = Provides contextual links to perform actions related to elements on a page.
package = Administration
package = User Interface
tags[] = Administration
tags[] = Site Navigation
version = BACKDROP_VERSION
type = module
backdrop = 1.x
6 changes: 4 additions & 2 deletions core/modules/date/date.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
type = module
name = Date
description = Makes date/time fields available.
package = Fields
tags[] = Dates
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
type = module

stylesheets[all][] = css/date.css
stylesheets[all][] = css/date.css
3 changes: 2 additions & 1 deletion core/modules/dblog/dblog.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
type = module
name = Database Logging
description = Logs and records system events to the database.
package = Development
tags[] = Logging
version = BACKDROP_VERSION
type = module
backdrop = 1.x
5 changes: 4 additions & 1 deletion core/modules/email/email.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
type = module
name = Email
description = Defines an email field type.
package = Fields
tags[] = Mail
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
type = module

3 changes: 2 additions & 1 deletion core/modules/entity/entity.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
type = module
name = Entity
description = API for managing entities like nodes and users.
package = System
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
required = TRUE
4 changes: 3 additions & 1 deletion core/modules/field/field.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
type = module
name = Field
description = Field API to add fields to entities like nodes and users.
package = System
tags[] = Fields
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field_sql_storage
dependencies[] = entity
required = TRUE

stylesheets[all][] = css/field.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
type = module
name = Field SQL Storage
description = Stores field data in an SQL database.
package = Fields
tags[] = Content
tags[] = System
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
required = TRUE
3 changes: 2 additions & 1 deletion core/modules/field/modules/list/list.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
type = module
name = List
description = Defines list field types. Use with Options to create selection lists.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
dependencies[] = options
3 changes: 2 additions & 1 deletion core/modules/field/modules/number/number.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
type = module
name = Number
description = Defines numeric field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
3 changes: 2 additions & 1 deletion core/modules/field/modules/options/options.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
type = module
name = Options
description = Defines selection, check box and radio button widgets for text and numeric fields.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
3 changes: 2 additions & 1 deletion core/modules/field/modules/text/text.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
type = module
name = Text
description = Defines simple text field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
required = TRUE
4 changes: 3 additions & 1 deletion core/modules/field_ui/field_ui.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
type = module
name = Field UI
description = User interface for the Field API.
package = Fields
tags[] = Administration
tags[] = User Interface
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = field
5 changes: 4 additions & 1 deletion core/modules/file/file.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
type = module
name = File
description = Defines a file field type.
package = Fields
tags[] = Content
tags[] = File Management
tags[] = Media
version = BACKDROP_VERSION
type = module
backdrop = 1.x
required = TRUE
dependencies[] = field
6 changes: 5 additions & 1 deletion core/modules/filter/filter.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
type = module
name = Filter
description = Filters content in preparation for display.
package = System
tags[] = Filters
tags[] = Formats
tags[] = Text Editors
version = BACKDROP_VERSION
type = module
backdrop = 1.x
required = TRUE

configure = admin/config/content/formats
5 changes: 4 additions & 1 deletion core/modules/image/image.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
type = module
name = Image
description = Provides image manipulation tools and image field type.
package = Fields
tags[] = Images
tags[] = Media
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = file
configure = admin/config/media/image-styles
4 changes: 3 additions & 1 deletion core/modules/installer/installer.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
type = module
name = Project Installer
description = Provides a user interface for installing and updating modules, themes, and layouts.
version = BACKDROP_VERSION
type = module
package = Development
tags[] = User interface
tags[] = System
backdrop = 1.x
dependencies[] = update
1 change: 1 addition & 0 deletions core/modules/language/language.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = Language
description = Lets you configure a number of languages to be used on your website.
package = Translation
tags[] = Language
version = BACKDROP_VERSION
type = module
backdrop = 1.x
Expand Down
6 changes: 4 additions & 2 deletions core/modules/layout/layout.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
type = module
name = Layout
description = Provides a drag and drop page building tool.
package = Layout
package = Layouts
tags[] = Blocks
tags[] = Site Architecture
version = BACKDROP_VERSION
type = module
backdrop = 1.x
required = TRUE
4 changes: 3 additions & 1 deletion core/modules/link/link.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type = module
name = Link
description = Defines simple link field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
type = module

1 change: 1 addition & 0 deletions core/modules/locale/locale.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = Locale
description = Provides language negotiation functionality and user interface translation to languages other than English.
package = Translation
tags[] = Language
version = BACKDROP_VERSION
type = module
backdrop = 1.x
Expand Down
4 changes: 4 additions & 0 deletions core/modules/menu/menu.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name = Menu
description = Allows administrators to customize the site navigation menu.
package = System
tags[] = Menus
tags[] = Site Navigation
tags[] = Structure
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/structure/menu
3 changes: 2 additions & 1 deletion core/modules/node/node.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
type = module
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = System
tags[] = Content
version = BACKDROP_VERSION
type = module
backdrop = 1.x
required = TRUE
dependencies[] = entity
Expand Down
2 changes: 2 additions & 0 deletions core/modules/path/path.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name = Path
description = Allows users to rename URLs.
package = System
tags[] = URL Handling
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/config/urls/path
4 changes: 3 additions & 1 deletion core/modules/redirect/redirect.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
type = module
name = Redirect
description = Allows users to redirect from old URLs to new URLs.
package = System
tags[] = URL handling
backdrop = 1.x
version = BACKDROP_VERSION
type = module

configure = admin/config/urls/redirect/settings
5 changes: 4 additions & 1 deletion core/modules/search/search.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
type = module
name = Search
description = Enables site-wide keyword searching.
package = Search
tags[] = Utility
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/config/search/settings

stylesheets[all][] = search.theme.css
4 changes: 3 additions & 1 deletion core/modules/simpletest/simpletest.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
type = module
name = Testing
description = Provides a framework for unit and functional testing.
package = Development
tags[] = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x

configure = admin/config/development/testing/settings
Loading