Closed (fixed)
Project:
Entity Share
Version:
8.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2019 at 18:29 UTC
Updated:
11 Nov 2019 at 09:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
grimreaperI have done a basic test with block_field-8.x-1.0-alpha8.
With block plugin it works but when the block plugin is from a block entity the block entity is not imported automatically (because it is not an entity reference field).
I will set up test for at least block plugin.
And then see how to be able to import automatically block content. I think either a field enhancer plugin or adding a new event to alter field values.
Comment #3
grimreaperJSON output:
Comment #4
grimreaperHere is a patch that import automatically block content if a field enhancer is used on the server website.
Comment #6
grimreaperComment #7
grimreaperAfter rethough, maybe an unset in the field enhancer plugin will be required. And no need of the event to go get the block content.
Comment #8
grimreaperComment #10
grimreaper