user profile page

Hi ,

I am trying to overide the the drupal /user/%/edit profile page with my own form twig templates but it does ignore my templates and render classly theme template.

Please would you suggest anything if i am missing something. Thankin you in advance.

View options for views paragraph

In order to display content of a specific category in a paragraph, I use a term reference field and a hook_preprocess_paragraph to write a ~insert correct name here (presumably 'render element'?)~ into a twig variable like this:

$view = [
  '#type' => 'view',
  '#name' => 'taxonomy_term',
  '#display_id' => 'paragraph',
  '#arguments' => [$tids],
  '#embed' => TRUE,
];
$variables['var_view'] = $view;

This variable gets rendered in the corresponding twig file as {{var_view}}.

SIMsite

SIMgroep home page

SIM makes it simple for millions of citizens to interact with the local government in The Netherlands.

Sectors: 
Government

Cleanly removing entries from entity, local, state and system.schema?

Trying to remove field_collection due to no further support/ dev. I've removed all the entities via Home -> Administration -> Structure as can be seen below.

Status message

Private folder in a shared nginx environment

Hello everybody!
I'm actually building a Drupal 8 website on a cloud server. The project is composer based and everything was good, untill I created and set the private folder outside of the webroot (as everybody suggests in tutorial and guides).

Issue with importing pages

Whenever I export/import a new page now for localized versions I am not able to use the "accept" button any longer.

I need to accept each individual job item. Also, the page is set to "not published" so I need to publish the localized pages and then accept all job items. Then after the job is accepted the page is marked as "not published" again.

Wheras before I was able to simply accept each job and it would be publshed.

Any ideas?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x