seattlehimay β created an issue.
Thank you. Patch in #5 worked for me as well.
Not original poster, but this patch solved my issue. I appreciate you posting the code for composer, as I hadn't patched with a merge request before.
(Note that there is an extra trailing comma after 13.diff", that may catch someone...)
#12 Tested and working for me too. Thanks!
After looking at this more, I see for sure that the code they used to add vertical tabs was available in bootstrap 4, not 3. So while it appears as if this module is compatible with 3, not all features are.
Thank you for looking at this, but I don't think this is the same problem. I am using bootstrap 3, and I see data-toggle="tab" which *should* be working, right? Regardless, changing them all to data-bs-toggle didn't help either.
Tabs work as expected in the horizontal. When set to vertical, they still appear horizontal.
It seems like maybe the "vertical" setting relies on styles (flex) that aren't supplied by bootstrap 3(which uses floats)?
@ravi kant
Drupal 9.5.10.
Horizontal Tabs: 2.0.4
Bootstrap Theme: 3.29
Thank you.
seattlehimay β created an issue.
Worked beautifully. Thank you so much! And thanks for the fantastic module.
seattlehimay β created an issue.
I'm closing this myself....I have been unable to track down where/why this change is happening, as it is not consistent across content types. I have since removed this module, and that didn't fix the problem, so the problem is likely in my theme layer somewhere. Sorry for the false alarm.
seattlehimay β created an issue.
I believe this issue should be reopened as there are still problems.
If I set "Automatic label generation for" value to "Disabled", quotations marks within a title will cause the title to appear like quot;Test Titlequot;
I wasn't positive the issue was within auto_entity, but when I chose "Re-save" from the automatic label config screen for my content type, the title then appears as "Test Title"
Comment only for anyone else wanting to use this now. Works great for me, and I thank all those involved.
require the 3.0.x-dev version with composer,
patch it,
dl the library https://registry.npmjs.org/@northernco/ckeditor5-anchor-drupal/-/ckedito...
extract in your /libraries directory.
rename the extracted directory to ckeditor5-anchor-drupal
clear caches
add the flag icon to your editor /admin/config/content/formats
Thank you again!
(I *thought* the patch would install the needed library, but my order of operations was weird, so I may have caused that extra step.)
Tested and working as expected on 10.0.7.