Closed (fixed)
Project:
Lightning
Version:
8.x-2.x-dev
Component:
Configuration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2017 at 13:17 UTC
Updated:
15 Aug 2017 at 14:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phenaproximaPull request created: https://github.com/acquia/lightning/pull/419
Comment #3
balsamaPart of the problem we were having that inspired this issue was that we were excluding block_content. block_content has a dependency on block, so neither Lightning (nor the sub-profile we were building) had a dependency on block - which we still need.
So, in addition to moving the config mentioned above, sub-profiles that exclude block_content will need to ADD a dependency on block (assuming they still want block).
Comment #5
balsamaComment #6
balsamaPatch attached.