Skip to content

Commit b9e48c0

Browse files
committed
Patching known issue of jsonapi
1 parent e1f5a62 commit b9e48c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/RoboFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ public function drupalVersion($drupalCoreVersion)
499499
default:
500500
break;
501501
}
502+
$config->extra->{"patches"}->{"drupal/core"}->{"Support entities that are neither content nor config entities"} = 'https://www.drupal.org/files/issues/2020-12-02/3042467-50.patch';
502503

503504
file_put_contents('composer.json', json_encode($config, JSON_PRETTY_PRINT));
504505
}

0 commit comments

Comments
 (0)