diff --git a/core/modules/action/action.info.yml b/core/modules/action/action.info.yml index 7559efb..b8de0ec 100644 --- a/core/modules/action/action.info.yml +++ b/core/modules/action/action.info.yml @@ -1,6 +1,6 @@ name: Actions type: module -description: 'Perform tasks on specific events triggered within the system.' +description: 'Provides tasks that can be executed by the system on specfic events.' package: Core version: VERSION core: 8.x diff --git a/core/modules/aggregator/aggregator.info.yml b/core/modules/aggregator/aggregator.info.yml index 5814712..4d15da5 100644 --- a/core/modules/aggregator/aggregator.info.yml +++ b/core/modules/aggregator/aggregator.info.yml @@ -1,6 +1,6 @@ name: Aggregator type: module -description: 'Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources.' +description: 'Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources.' package: Core version: VERSION core: 8.x diff --git a/core/modules/ban/ban.info.yml b/core/modules/ban/ban.info.yml index ba6300d..ab002cd 100644 --- a/core/modules/ban/ban.info.yml +++ b/core/modules/ban/ban.info.yml @@ -1,6 +1,6 @@ name: Ban type: module -description: 'Enables banning of IP addresses.' +description: 'Enables administrators to ban visits to the site from specific IP addresses.' package: Core version: VERSION core: 8.x diff --git a/core/modules/block/block.info.yml b/core/modules/block/block.info.yml index 47501ef..c112b5a 100644 --- a/core/modules/block/block.info.yml +++ b/core/modules/block/block.info.yml @@ -1,6 +1,6 @@ name: Block type: module -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.' +description: 'Allows users to place blocks in the regions of a theme and to configure them.' package: Core version: VERSION core: 8.x diff --git a/core/modules/block_content/block_content.info.yml b/core/modules/block_content/block_content.info.yml index d32bda7..c69e47f 100644 --- a/core/modules/block_content/block_content.info.yml +++ b/core/modules/block_content/block_content.info.yml @@ -1,6 +1,6 @@ name: 'Custom Block' type: module -description: 'Allows the creation of custom blocks through the user interface.' +description: 'Allows users to create custom blocks and block types.' package: Core version: VERSION core: 8.x diff --git a/core/modules/breakpoint/breakpoint.info.yml b/core/modules/breakpoint/breakpoint.info.yml index 256740c..07065f7 100644 --- a/core/modules/breakpoint/breakpoint.info.yml +++ b/core/modules/breakpoint/breakpoint.info.yml @@ -1,6 +1,6 @@ name: Breakpoint type: module -description: 'Manage breakpoints and breakpoint groups for responsive designs.' +description: 'Manages breakpoints and breakpoint groups for responsive designs.' package: Core version: VERSION core: 8.x diff --git a/core/modules/ckeditor/ckeditor.info.yml b/core/modules/ckeditor/ckeditor.info.yml index 0f91ed4..d03f2fd 100644 --- a/core/modules/ckeditor/ckeditor.info.yml +++ b/core/modules/ckeditor/ckeditor.info.yml @@ -1,6 +1,6 @@ name: CKEditor type: module -description: "WYSIWYG editing for rich text fields using CKEditor." +description: 'Provides a visual text editor and adds a toolbar to text fields.' package: Core core: 8.x version: VERSION diff --git a/core/modules/comment/comment.info.yml b/core/modules/comment/comment.info.yml index ea529a4..8027004 100644 --- a/core/modules/comment/comment.info.yml +++ b/core/modules/comment/comment.info.yml @@ -1,6 +1,6 @@ name: Comment type: module -description: 'Allows users to comment on and discuss published content.' +description: 'Allows users to comment on published content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config/config.info.yml b/core/modules/config/config.info.yml index 88821ce..8c20553 100644 --- a/core/modules/config/config.info.yml +++ b/core/modules/config/config.info.yml @@ -1,6 +1,6 @@ name: 'Configuration Manager' type: module -description: 'Allows administrators to manage configuration changes.' +description: 'Provides a user interface for importing and exporting configuration changes between installations of a site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/contact/contact.info.yml b/core/modules/contact/contact.info.yml index 2507fbd..150e1db 100644 --- a/core/modules/contact/contact.info.yml +++ b/core/modules/contact/contact.info.yml @@ -1,6 +1,6 @@ name: Contact type: module -description: 'Enables the use of both personal and site-wide contact forms.' +description: 'Provides site-wide contact forms and forms to contact individual users.' package: Core version: VERSION core: 8.x diff --git a/core/modules/contextual/contextual.info.yml b/core/modules/contextual/contextual.info.yml index 4e11bb9..c5bf8bf 100644 --- a/core/modules/contextual/contextual.info.yml +++ b/core/modules/contextual/contextual.info.yml @@ -1,6 +1,6 @@ name: 'Contextual Links' type: module -description: 'Provides contextual links to perform actions related to elements on a page.' +description: 'Provides quick access to tasks related to elements on a page.' package: Core version: VERSION core: 8.x diff --git a/core/modules/dblog/dblog.info.yml b/core/modules/dblog/dblog.info.yml index b214fb7..f87dafb 100644 --- a/core/modules/dblog/dblog.info.yml +++ b/core/modules/dblog/dblog.info.yml @@ -1,6 +1,6 @@ name: 'Database Logging' type: module -description: 'Logs and records system events to the database.' +description: 'Logs system events in the database of the site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml index 00db97d..17ff15a 100644 --- a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml +++ b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml @@ -1,6 +1,6 @@ name: Internal Dynamic Page Cache type: module -description: 'Caches pages for any user, handling dynamic content correctly.' +description: 'Caches pages for all users in the database, handling dynamic content correctly.' package: Core version: VERSION core: 8.x diff --git a/core/modules/field/field.info.yml b/core/modules/field/field.info.yml index 13b5da0..3ee7bad 100644 --- a/core/modules/field/field.info.yml +++ b/core/modules/field/field.info.yml @@ -1,6 +1,6 @@ name: Field type: module -description: 'Field API to add fields to entities like nodes and users.' +description: 'Allows the definition of custom data fields for entity types.' package: Core version: VERSION core: 8.x diff --git a/core/modules/field_ui/field_ui.info.yml b/core/modules/field_ui/field_ui.info.yml index b4f4260..e51e4f0 100644 --- a/core/modules/field_ui/field_ui.info.yml +++ b/core/modules/field_ui/field_ui.info.yml @@ -1,6 +1,6 @@ name: 'Field UI' type: module -description: 'User interface for the Field API.' +description: 'Provides an user interface for managing and displaying fields.' package: Core version: VERSION core: 8.x diff --git a/core/modules/forum/forum.info.yml b/core/modules/forum/forum.info.yml index 43e660f..c56dd29 100644 --- a/core/modules/forum/forum.info.yml +++ b/core/modules/forum/forum.info.yml @@ -1,6 +1,6 @@ name: Forum type: module -description: 'Provides discussion forums.' +description: 'Allows users to create threaded discussion forums.' dependencies: - node - history diff --git a/core/modules/help/help.info.yml b/core/modules/help/help.info.yml index ee4c643..125e3c8 100644 --- a/core/modules/help/help.info.yml +++ b/core/modules/help/help.info.yml @@ -1,6 +1,6 @@ name: Help type: module -description: 'Manages the display of online help.' +description: 'Generates help pages and provides a Help block with page-level help.' package: Core version: VERSION core: 8.x diff --git a/core/modules/history/history.info.yml b/core/modules/history/history.info.yml index aeb678c..d4b9ac6 100644 --- a/core/modules/history/history.info.yml +++ b/core/modules/history/history.info.yml @@ -1,6 +1,6 @@ name: History type: module -description: 'Records which user has read which content.' +description: 'Keeps track of which content a user has read and marks it as new or updated based on time.' package: Core version: VERSION core: 8.x diff --git a/core/modules/menu_link_content/menu_link_content.info.yml b/core/modules/menu_link_content/menu_link_content.info.yml index e418f54..a2dff99 100644 --- a/core/modules/menu_link_content/menu_link_content.info.yml +++ b/core/modules/menu_link_content/menu_link_content.info.yml @@ -1,6 +1,6 @@ name: 'Custom Menu Links' type: module -description: 'Allows administrators to create custom menu links.' +description: 'Allows users to create menu links.' package: Core version: VERSION core: 8.x diff --git a/core/modules/menu_ui/menu_ui.info.yml b/core/modules/menu_ui/menu_ui.info.yml index 5ac594e..5e19378 100644 --- a/core/modules/menu_ui/menu_ui.info.yml +++ b/core/modules/menu_ui/menu_ui.info.yml @@ -1,6 +1,6 @@ name: Menu UI type: module -description: 'Allows administrators to customize the site navigation menu.' +description: 'Provides an interface for managing menus.' package: Core version: VERSION core: 8.x diff --git a/core/modules/node/node.info.yml b/core/modules/node/node.info.yml index cdbef85..2ec0158 100644 --- a/core/modules/node/node.info.yml +++ b/core/modules/node/node.info.yml @@ -1,6 +1,6 @@ name: Node type: module -description: 'Allows content to be submitted to the site and displayed on pages.' +description: 'Manages the creation, editing, deletion, configuration and display of the main site content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/path/path.info.yml b/core/modules/path/path.info.yml index ba2c759..8f38a2a 100644 --- a/core/modules/path/path.info.yml +++ b/core/modules/path/path.info.yml @@ -1,6 +1,6 @@ name: Path type: module -description: 'Allows users to rename URLs.' +description: 'Allows users to specify a custom URL for an existing internal system path.' package: Core version: VERSION core: 8.x diff --git a/core/modules/quickedit/quickedit.info.yml b/core/modules/quickedit/quickedit.info.yml index cf7d0fd..a898233 100644 --- a/core/modules/quickedit/quickedit.info.yml +++ b/core/modules/quickedit/quickedit.info.yml @@ -1,6 +1,6 @@ name: Quick Edit type: module -description: 'In-place content editing.' +description: 'Allows users to edit field content without visiting a separate page.' package: Core core: 8.x version: VERSION diff --git a/core/modules/search/search.info.yml b/core/modules/search/search.info.yml index 97b7d3f..f62981b 100644 --- a/core/modules/search/search.info.yml +++ b/core/modules/search/search.info.yml @@ -1,6 +1,6 @@ name: Search type: module -description: 'Enables site-wide keyword searching.' +description: 'Provides the ability to set up search pages based on plugins provided by other modules.' package: Core version: VERSION core: 8.x diff --git a/core/modules/tracker/tracker.info.yml b/core/modules/tracker/tracker.info.yml index 79d179d..61d554a 100644 --- a/core/modules/tracker/tracker.info.yml +++ b/core/modules/tracker/tracker.info.yml @@ -1,6 +1,6 @@ name: Activity Tracker type: module -description: 'Enables tracking of recent content for users.' +description: 'Displays recently added and updated content.' dependencies: - node - comment