You are here

README.txt in Block Export Import 6

Same filename and directory in other branches
  1. 7.2 README.txt
CONTENTS OF THIS FILE
--------------------

Description
-----------
This module allows users to export all system specific blocks ( system specific
blocks are those blocks which are created using Drupal interface add block
functionality.) and then import it into another Drupal installation, or on the
same site.

Export
------
The blocks export interface allows the user to select a single or multiple
blocks to export.

User have choice to export each block with the Basic information
or Full Information

Import
------
The blocks import page accepts the custom array structure an an input which are
exported by using export.
feature of this module.

Before start of importing process administrator have a choice to override
existing block(s).

Installation
------------
1. Copy the entire block_export_import directory the Drupal sites/all/modules
 or sites/all/modules/contrib directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Modules"

3. Access the links to to export the custom blocks 
(admin/build/export-import-block)

3. Access the links to to Import the custom blocks 
(admin/build/export-import-block/import)

DEPENDENCIES:
-------------
block

Support
-------
Please use the issue queue for filing bugs with this module at
https://drupal.org/node/2172541

AUTHOR:
-------
Devendra Yadav
dev.firoza@gmail.com

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. --------------------
  3. Description
  4. -----------
  5. This module allows users to export all system specific blocks ( system specific
  6. blocks are those blocks which are created using Drupal interface add block
  7. functionality.) and then import it into another Drupal installation, or on the
  8. same site.
  9. Export
  10. ------
  11. The blocks export interface allows the user to select a single or multiple
  12. blocks to export.
  13. User have choice to export each block with the Basic information
  14. or Full Information
  15. Import
  16. ------
  17. The blocks import page accepts the custom array structure an an input which are
  18. exported by using export.
  19. feature of this module.
  20. Before start of importing process administrator have a choice to override
  21. existing block(s).
  22. Installation
  23. ------------
  24. 1. Copy the entire block_export_import directory the Drupal sites/all/modules
  25. or sites/all/modules/contrib directory.
  26. 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  27. 3. Access the links to to export the custom blocks
  28. (admin/build/export-import-block)
  29. 3. Access the links to to Import the custom blocks
  30. (admin/build/export-import-block/import)
  31. DEPENDENCIES:
  32. -------------
  33. block
  34. Support
  35. -------
  36. Please use the issue queue for filing bugs with this module at
  37. https://drupal.org/node/2172541
  38. AUTHOR:
  39. -------
  40. Devendra Yadav
  41. dev.firoza@gmail.com