πŸ‡ͺπŸ‡ΈSpain @taote

Account created on 24 March 2008, about 16 years ago
#

Recent comments

πŸ‡ͺπŸ‡ΈSpain taote

How can I configure a custom style created with the solution proposed at #3 to appear at the bottom of the list?

For example, the custom heading created with the CKEditor5 Aside β†’ is the first in the list, and I would prefer it to be the last.

πŸ‡ͺπŸ‡ΈSpain taote

I applied the patch in #16 and added that function to my module and I got this error:

AssertionError: assert($plugin_definitions['ckeditor5_heading'] instanceof CKEditor5PluginDefinition) in assert()

πŸ‡ͺπŸ‡ΈSpain taote

Same here with Drupal 10 installation. Alt text is optional and no custom widgets.

πŸ‡ͺπŸ‡ΈSpain taote

I think I have found what the problem was. In configuration I wasn't including https:// for The Base Domain of the site.

It might be a good idea to check before saving the form if https:// or http:// is included.

Thanks for your help.

πŸ‡ͺπŸ‡ΈSpain taote

Hi daflanagan8, I forgot to check the log entries.

I have sent another url (https://lemonthink.com/servicios/web/medicos) through the bulk update and this is the error in the recent log entries:

  • Type: Google Index API
  • Message: Invalid attribute. 'url' is not in standard URL format: lemonthink.com/servicios/web/medicos
πŸ‡ͺπŸ‡ΈSpain taote

Hi again.

I'm still having this problem, that patch didn't fix it.

I'm not an expert with the Google APIs, I just can see in the graphs that for all the requests have the response code 400.

I have configured the module following the instructions. I don't know what else to do to fix it. If somebody can please help me.

πŸ‡ͺπŸ‡ΈSpain taote

In my case this warning shows when in hook_form_alter I do something like:

$form['field_texto_cabecera']['#states'] = [
			    	'visible' => [
						'select[name="field_tipo_de_cabecera"]' => array(['value' => 'texto'], ['value' => 'image'], ['value' => 'video'], ['value' => 'slider'])
					]
				];

The patch works, but I need to patch the core everytime I update it. Is there another way to fix this without patching the core?

πŸ‡ͺπŸ‡ΈSpain taote

taote β†’ created an issue.

πŸ‡ͺπŸ‡ΈSpain taote

Yes, thank you, updating Linkit fixes it. The problem was that I had another version manually installed and patched to had it ready to Drupal 10. I deleted it and installed it with Composer and now it's fixed. Thanks.

πŸ‡ͺπŸ‡ΈSpain taote

smustgrave you are right, my fault. The problem was that the cursor wasn't positioned on an element that could be styled. I'm used to CKEditor4, where I don't think this happens. Sorry.

πŸ‡ͺπŸ‡ΈSpain taote

How can I download this version to test it?

Production build 0.69.0 2024