This module allows users to export all system specific block and then import it into another Drupal installation, or on the same site.
No configuration is required to export/Import blocks.This module not create any table in your database to minimise the performance issue as much as possible.
Export
--------------------
The Block 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
-------------------
Import system specific block information.
Import all block roles.
Import all block content types
No configuration is required.
This module not create any table in your database to minimise the performance issue as much as possible.
Link to the sandbox project: git clone http://git.drupal.org/sandbox/dev.firoza/2171077.git block_export_import
Link to project page: https://drupal.org/sandbox/devfiroza/2171077
Manual Reviews of other projects:
https://drupal.org/comment/8377249#comment-8377249
https://drupal.org/comment/8377297#comment-8377297
https://drupal.org/comment/8376963#comment-8376963
Comments
Comment #1
chetan-singhal commenteduse $form['#attached'] to add js/css in form
in block.import.admin.inc
block.export.admin.inc
drupal7 form #attached
Comment #2
devd commentedHi Chetan,
Thanks to review.
I have resolved that issue.
Comment #3
PA robot commentedProject 1: https://drupal.org/node/2172541
Project 2: https://drupal.org/node/2154393
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #4
klausiProject: https://drupal.org/node/2154393
Once their first application has been successfully approved, then an applicant can promote other projects without review. Because of this, posting multiple applications are not necessary, and results in additional workload for reviewers!
Instead, you can post to the Peer Review group for feedback, here:
https://groups.drupal.org/peer-review/about
With this in mind, I have marked your application as 'closed(duplicate)'. If this is incorrect, and you do not yet have the ability to create full projects, then please feel free to re-open this application.
Comment #5
welly commentedThis module looks to be working as described although as a site builder, there is a little confusion in using it that could be resolved by revising the language used.
Installing the module creates an "Export Block" link. I wonder if this could be renamed "Import/Export Blocks" as clicking on this link gives you the option to do both and would clarify what the link would take the user to.
Aside from that comment, the code looks good - nothing really to comment on there.
Comment #6
avpaderno