diff -u b/core/modules/help_topics/help_topics/node.overview.html.twig b/core/modules/help_topics/help_topics/node.overview.html.twig --- b/core/modules/help_topics/help_topics/node.overview.html.twig +++ b/core/modules/help_topics/help_topics/node.overview.html.twig @@ -4,14 +4,12 @@ related: - core.content_structure --- -
{% trans %}A content entity is an item of content data, which can consist of text, HTML markup, images, attached files, and other data that is intended to be displayed to site visitors. Examples are content item, comment, user profile and custom block.{% endtrans %}
{% trans %}A content item is any piece of individual content, such as a page, poll, article, forum topic, or a blog entry.{% endtrans %}
-{% trans %}Node is a synomym of content item. The name "node" was used in older version of Drupal and can still be found in community documentation.{% endtrans %}
{% trans %}Content items are divided in content types, which have different purposes and are displayed in very different ways on the site. Examples of content types are page, article, recipe, event, forum topic, and blog entry.{% endtrans %}
+{% trans %}The Node module manages the creation, editing, deletion, settings, and display of the main site content. Content items managed by the Node module are typically displayed as pages on your site, and include a title, some meta-data (author, creation time, content type, etc.), and optional fields containing text or other data (fields are managed by the Field module).{% endtrans %}