Permissions etc when using composer

I am making my annual attempt to get my D7 site onto D8. I span up an Ubuntu server VM and manually installed Drupal 8. All was good. But it seems to me that I really should be using Composer as as least one module I have requires it for D8.

Drupal 8 - how to paste from google docs?

Is there a way to paste from google docs? I've looked at the code and it seems Ckeditor 4.14.1 already has the plugin pastefromgdocs, does this means it's already working?

I've tried using the paste from word button but it's non functional, and pasting directly from Google Docs adds endless span tags and sometimes makes all text strong/bold.

Anyone else faced this issue?

Redirect loop on home page via Administration

Drupal 8.9.10

I noticed the issue since update to 8.9.10.

When in Admin any attempt to visit Home page results in infinite loop: ERR_TOO_MANY_REDIRECTS with status 307. Browsing as Anonymous user is fine. I removed all custom 301 Rewrite rules from .htaccess but still the same. Clearing all caches helped but only temporarily. Issue somehow returned. Can this be update related?

How can I remove the point displayed in front of the checkbox ? [Solved]

Hi, I have enabled the Facets module on my site. How can I remove the point displayed in front of the checkbox ?

https://ibb.co/XS4yQvv

facets-item-list.html.twig :

Setting a field value from a form_alter hook

I'm trying to set a hidden field value from a form_alter hook but all these options fail.

$form['campaign'] = 'test';
$form['campaign'][LANGUAGE_NONE][0]['value']['#value'] = 'test';
$form['campaign']['widget'][0]['value']['#value'] = 'test';
$form['campaign']['value']['#value'] = 'test';

This, however, works so the Hook is OK.
$form['#action'] = 'test';

I don't know what else to try and can't find anything on this forum different from the above.

Please help!

Upgrading package from beta-version to "stable" version

Hello,
I am at Dr 8.9.11 and got package "Upgrade Status 8.x-3.0-beta1" installed. I can see that v 3.0.0 is also available and compatible. How can I update to this version? When I try "composer require 'drupal/upgrade_status:^3.0-beta1" composer answers with "there is nothing to install or update". I suspect that the command is wrong for what I want. But - what's the correct command?
Thanks for your time...
H. S.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x