Help updating D8.9 to D9

I'm old school used to updating drupal via tar ball, dragging over the new via FTP.  I can't get a grip on composer or drush so I would like to hire someone able to update the most recent Drupal 8 to D9.

I don't suspect I will need extended help other than the basics. Server is up to date, have tested drupal 9 already and everything works perfect.  I use Bartik as the theme, no customization with CSS etc.

Chris

Twig creating <br> on its own [fixed/solution]

I have a tempalte file that i render like this

$image_ = [
  '#theme' => 'amazon_detail',
  '#item' => $item,
  '#detail' => $action,
  '#attached' => [
    'library' => [
      'amazon_pa/amazon_pa',
    ],
  ]

];

The problem is that twig is converting my formatting into <br> code

If i press enter to format code taht happens. If i remove all of these linebreaks it works

This twig templatecode

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

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x