when I use any date filter in Drupal 8 Twig variable, I see error with blank screen.
{{ node.field_date|date('j.n.Y') }}
or
{{ node.field_date|date("j.n.Y") }}
or
{{ node.field_date.value|date('j.n.Y') }}
or
{{ node.field_date|raw|date("j.n.Y") }}
Exception: DateTime::__construct() expects parameter 1 to be string, array given v DateTime->__construct()
Some other Twig variable filters are ok (|reverse |lower etc.)
Before I make my own set of forms, workflows, and all that. I wanted to know if anyone knows of an Open Source recruiting, candidate, or applicant tracking system. I saw the old one "Recruiter" and I saw the HRM sandbox. Other than that I could not see anything for Drupal 8.
how should I do if I need to show to a link menu based on a condition ?
This is my YML for my menu link :
double_vue_klesia.backuserswitch:
title: 'Retour user précédent'
menu_name: navigation-principale
description: 'Switch back to your user account.'
route_name: double_vue_klesia.backuser.switch
weight: 1
Hi, I'm actually searching solution for my drupal project. I want to override drupal public stream wrapper
I would to :
Send all the new uploaded files via Content > Media > Add or via custom field using entity browser to a CDN files folder
Getting all the needed files from this cdn, I mean getting files with https://cdn_example.com/files/my_file.txt instead of sites/default/files/my_file.txt
Keep local sites/default/files directory empty