From 986fd8bbeb77765a2310f6ab09952bdc3739fa83 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 9 Aug 2022 14:04:10 +0100 Subject: [PATCH] Issue #3293814 by Spokje, quietone, catch: Move RDF-related help-topics to RDF module --- .../help_topics/core.content_structure.html.twig | 2 +- .../help_topics/help_topics/core.web_services.html.twig | 2 -- core/modules/rdf/help_topics/rdf.rdf.html.twig | 9 +++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 core/modules/rdf/help_topics/rdf.rdf.html.twig diff --git a/core/modules/help_topics/help_topics/core.content_structure.html.twig b/core/modules/help_topics/help_topics/core.content_structure.html.twig index 2d7e9f3e6b6..d517622097b 100644 --- a/core/modules/help_topics/help_topics/core.content_structure.html.twig +++ b/core/modules/help_topics/help_topics/core.content_structure.html.twig @@ -39,7 +39,7 @@ top_level: true
  • {% trans %}The core Node, Comment, Custom Block, Custom Menu Links, User, File, Image, Media, Taxonomy, and Contact modules all provide content entity types.{% endtrans %}
  • {% trans %}The core Field UI module provides a user interface for managing fields and their display on entities.{% endtrans %}
  • {% trans %}The core Layout Builder module provides a more flexible user interface for configuring the display of entities.{% endtrans %}
  • -
  • {% trans %}The core Filter, RDF, Responsive Image, and Path modules provide settings and display options for entities and fields.{% endtrans %}
  • +
  • {% trans %}The core Filter, Responsive Image, and Path modules provide settings and display options for entities and fields.{% endtrans %}
  • {% trans %}Depending on the core and contributed modules that you currently have installed on your site, the related topics below, and other topics listed on the main Help page, will help you with tasks related to content structure.{% endtrans %}

    {% trans %}Additional resources{% endtrans %}

    diff --git a/core/modules/help_topics/help_topics/core.web_services.html.twig b/core/modules/help_topics/help_topics/core.web_services.html.twig index e781e268474..e50aec6340b 100644 --- a/core/modules/help_topics/help_topics/core.web_services.html.twig +++ b/core/modules/help_topics/help_topics/core.web_services.html.twig @@ -22,8 +22,6 @@ related:
    {% trans %}Provides a framework for adding specific serialization formats for other modules to use.{% endtrans %}
    {% trans %}HTTP Basic Authentication module{% endtrans %}
    {% trans %}Provides a way for web services to be authenticated using HTTP Basic authentication against Drupal user accounts.{% endtrans %}
    -
    {% trans %}RDF module{% endtrans %}
    -
    {% trans %}Enriches your content with metadata to let other applications (e.g., search engines, aggregators, and so on) better understand its relationships and attributes. This semantically enriched, machine-readable output for your website uses the RDFa specification, which allows RDF data to be embedded in HTML markup.{% endtrans %}

    {% trans %}There are also contributed modules that provide web services.{% endtrans %}

    {% trans %}Additional resources{% endtrans %}

    diff --git a/core/modules/rdf/help_topics/rdf.rdf.html.twig b/core/modules/rdf/help_topics/rdf.rdf.html.twig new file mode 100644 index 00000000000..ececeed64ca --- /dev/null +++ b/core/modules/rdf/help_topics/rdf.rdf.html.twig @@ -0,0 +1,9 @@ +--- +label: 'Resource Description Framework (RDF)' +top_level: true +related: + - core.web_services +--- +

    {% trans %}RDF module{% endtrans %}

    +

    {% trans %}Enriches your content with metadata to let other applications (e.g., search engines, aggregators, and so on) better understand its relationships and attributes. This semantically enriched, machine-readable output for your website uses the RDFa specification, which allows RDF data to be embedded in HTML markup.{% endtrans %}

    +