Resolve #3498085 Move the addition of the article content type xb field into a submodule
Closes #3498085
Merge request reports
Activity
added 4 commits
-
baa21cf5...e594c498 - 3 commits from branch
project:0.x
- 5fefe84c - Merge remote-tracking branch 'origin/0.x' into 3498085-move-the-addition
-
baa21cf5...e594c498 - 3 commits from branch
- Resolved by Wim Leers
- Resolved by Wim Leers
42 40 43 41 require_once __DIR__ . '/experience_builder.force_render_with_twig.inc'; 44 42 45 /** 46 * Implements hook_toolbar(). 47 */ 48 function experience_builder_toolbar(): array { 49 $user = \Drupal::currentUser(); - Comment on lines -45 to -49
I had not thought of this at all, but go @longwave for thinking of it!
s
1 name: 'Test XB Node' This is actually quite confusing — this is neither:- necessary for testing XB with the
Node
entity type - necessary for developing XB against the
Node
entity type - doing something special for
Node
s in general
… it's only configuring the
article
NodeType
in a particular way, and even then only the one in theStandard
install profile.So I propose to:
s/node/standard
s/test/dev
That then makes the purpose crystal clear.
- necessary for testing XB with the
changed this line in version 8 of the diff
- Resolved by Wim Leers
assigned to @effulgentsia and @longwave
requested review from @wimleers
requested review from @larowlan
added 2 commits
Please register or sign in to reply