You are here

README.txt in Schema.org configuration tool (RDF UI) 8

Same filename in this branch
  1. 8 README.txt
  2. 8 rdf_builder/README.txt
--------------------------------------------------------------------------------
                        Drupal 8 RDF UI module
--------------------------------------------------------------------------------

CONTENTS
=====================

 * Introduction
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------
The Drupal 8 RDF UI module provides User Interfaces for site builders to
integrate schema.org seamlessly during the site building process.

Content types could be mapped at the point of creation
(admin/structure/types/add) or later (by using the edit form for content type)
by specifying the type to be mapped under the "Schema.org Mappings" menu link.
Fields can similarly be mapped to Schema.org properties at
(admin/structure/types/manage/{entity_type_id}/fields/rdf).

Refer project documentation for more information.


INSTALLATION
------------
The module only depends on modules in Drupal 8 core.

To install RDF UI Module:
  * Place this module directory in your modules folder (this will usually be
    "modules/").
  * Enable the module within your Drupal site at Administation >> Extend
    (admin/modules)


CONFIGURATION
-------------
 * Configure user permissions in Administration » People » Permissions:
   - Content type mapping can only be specified by users with permissions to
     "administer content types".
   - Field mappings can be specified by users who are authorized to "administer
     node_type fields"

MAINTAINERS
-----------
Current maintainers:
 * Sachini Herath - https://www.drupal.org/user/2831117

File

README.txt
View source
  1. --------------------------------------------------------------------------------
  2. Drupal 8 RDF UI module
  3. --------------------------------------------------------------------------------
  4. CONTENTS
  5. =====================
  6. * Introduction
  7. * Installation
  8. * Configuration
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. The Drupal 8 RDF UI module provides User Interfaces for site builders to
  13. integrate schema.org seamlessly during the site building process.
  14. Content types could be mapped at the point of creation
  15. (admin/structure/types/add) or later (by using the edit form for content type)
  16. by specifying the type to be mapped under the "Schema.org Mappings" menu link.
  17. Fields can similarly be mapped to Schema.org properties at
  18. (admin/structure/types/manage/{entity_type_id}/fields/rdf).
  19. Refer project documentation for more information.
  20. INSTALLATION
  21. ------------
  22. The module only depends on modules in Drupal 8 core.
  23. To install RDF UI Module:
  24. * Place this module directory in your modules folder (this will usually be
  25. "modules/").
  26. * Enable the module within your Drupal site at Administation >> Extend
  27. (admin/modules)
  28. CONFIGURATION
  29. -------------
  30. * Configure user permissions in Administration » People » Permissions:
  31. - Content type mapping can only be specified by users with permissions to
  32. "administer content types".
  33. - Field mappings can be specified by users who are authorized to "administer
  34. node_type fields"
  35. MAINTAINERS
  36. -----------
  37. Current maintainers:
  38. * Sachini Herath - https://www.drupal.org/user/2831117