You can do this:
drush entity:delete paragraph --bundle=machin_name_paragraph
After investigation, I discovered my patch failed due to automated tests who try to install stark theme. But when the patch applied the hidden property all tests linked to stark theme installation failed. So I remove all stark installation in tests.
Locally all the tests pass, lets see if it is the same with the drupal.org bot.
Hi NonProfit,
thanks for your answer.
First I a have a question : Are they difference between banch 8.8.x from drupal core clone from git and the zip named Drupal core 8.8.x-dev found on
this page →
?
I tried your process and your patch applied successfully as you said.
1- But the hidden parameter don't appear in stark.info.yml file after application.
I found that they are a space in front of the + so I change that in the new patch.
2- This is the process that I use to test patch :
- 1) Create a new folder and
git clone --branch 8.8.x https://git.drupalcode.org/project/drupal.git
- 2) Change directory to the root
cd drupal
- 3) Install vendor and add drush via composer :
composer require drush/drush
- 4) Install drupal via drush :
vendor/bin/drush si --db-url="mysql://root:@localhost:3306/drupalcontrib" -y
- 3) Add the patch to the root folder
- 3) Apply the patch
git apply -v stark_help-2854576-40.patch
With this process I am ready to test the patch before and after and check the code and the UI.
when I did that your patch didn't applied and I don't really understand why.
So I make a new patch based on your code who was great and I test to apply it with your process and mine. In both case it works.
Hi ,
I tried patch 40. I haven't been able to apply the patch.
>git apply stark_help-2854576-40.patch
error: patch failed: core/themes/stark/stark.info.yml:1
error: core/themes/stark/stark.info.yml: patch does not apply
I tried different folder just in case and two drupal installation but it didn't apply.
I tried the code manually, it is working well.
So I am not sure if they are a problem with the patch or if I miss something but the code is fine.