Webform submissions to anonymous users

Hello,

I am making a view to display a webform submissions count using Views aggregation functionnality. It works only for logged in users. How can I make this view available for anonymous users ?

Cordially,

Please, how do I copy the settings of the Paragraphs module, from one site to another?

Please, how do I copy the settings of the Paragraphs module, from one site to another? I would like to copy the module and all the settings from one site to another. Both sites are on the same server.
I use Drupal 8.8.6
Thank you!

drush composer install breaks .zip download

I downloaded the zip file from drupal and tried to install drush, but It seems to break the zip file.

Unable to install a module

Hello,

Logged in as admin > extend > Install new module> pasted the module link(https://ftp.drupal.org/files/projects/views_slideshow-8.x-4.7.tar.gz) > gives me this error:

"

Access denied

You are not allowed to access this page."

Error displays in this link:

https://example/core/authorize.php?batch=1&id=165&op=start

Printing views field raw value from twig template

I have a view that pulls in fields from a content type. I am trying to print only the raw value of one of the fields. Since there doesn't appear to be any clear documentation on how to do this anywhere, I am forced to ask here. 

I have a views-view-field--field-name.html.twig template file. I have tried multiple things to get the field to render, and aside from using {{ output -}} nothing works. 

Things I have tried. 

{{ field.field_name.value }}

{{ field.field_name.value|raw }}

{{ field.field_name.content }}

{{ field.field_name.content|raw }}

d8 Form API enabling cache

Hi everybody,

how to enable form cache in custom Form API?

in D7 it just needed $form_state['cache']=TRUE; 

I tried all of these:

$cache=TRUE;
$no_cache=FALSE;
$form_state->isCached(TRUE);
$form_state->disableCache(FALSE);

 putting them in public function buildForm(array $form, FormStateInterface $form_state)

but nothing. Form will be regenerated on submit.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x