Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Matrix blocks #2

Closed
engram-design opened this issue Dec 18, 2014 · 2 comments
Closed

Support for Matrix blocks #2

engram-design opened this issue Dec 18, 2014 · 2 comments
Labels

Comments

@engram-design
Copy link

Is there support for exporting the blocks inside a Matrix field? Currently, it only exports the Matrix field, not the block it contains as well.

{
  "assets": [],
  "categories": [],
  "fields": {
      "pageBody": {
        "name": "Body",
        "context": "global",
        "instructions": "",
        "translatable": 0,
        "type": "Matrix",
        "settings": {
          "maxBlocks": null
        }
      }
  },
  "globals": [],
  "sections": [],
  "tags": []
}
@noisysocks
Copy link
Contributor

Thanks for reporting this @engram-design! The plugin should handle Matrix fields properly now.

@engram-design
Copy link
Author

Thanks to you @noisysocks - that'll really assist with import/export! :)

@noisysocks noisysocks removed their assignment May 12, 2015
thoaionline pushed a commit to evolution7/ArtVandelay that referenced this issue Aug 10, 2016
Adds support for plugin export hooks through registerMigrationService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants