To get the terms to wrap in the block I used:
.tagclouds-term {
padding-right: 10px;
display: inline-block;
}
I tried issuing composer require 'drupal/anchor_link:^3.0@alpha'
again but no luck.
I uploaded the library manually to libraries/ckeditor5-anchor-drupal and included the contents of the archive from below the 'package' folder. That works. And the module works as expected. Thank you!
I'll follow along on the development of the module. The install will be a bit tricky for some. For such simple (but much appreciated) functionality, I think that our non-devs will find this install a challenge.
I did create a git SSH key and tried to commit the changes to distro.make and drupal-org.make for the 7.x-1.x project but don't have rights to commit the change.
$ git push
remote:
remote: ========================================================================
remote:
remote: You are not allowed to push code to this project.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I'll try to reach @mglaman and see if we can be taught what to do..
Matt Glaman provided some instuctions on what needs to be done to roll your own upgrade:
https://www.drupal.org/project/commerce_kickstart/issues/3138599#comment... →
I cloned the project using:
git clone --branch 7.x-1.x https://git.drupalcode.org/project/commerce_kickstart.git
and then edited disto.make and drupal-org.make for the updates.
To produce the patch and upload the changes I think I need to commit the changes and make a diff file, but I'm not sure how to do that..
I think that witout a git account I don't have rights to commit changes? I downloaded the branch by https rather than git@
Then from the git bash shell I'm not sure what I'd need to do to download the newer core release into my files. I had assume it was something like "make" but no love there. Composer is starting to look easy! ;-)