I installed the newest version of drupal because I saw the layout builder and that intrigued me. So I get it installed on my local host and it seems to be working only when I tried to install the layout builder extension it told me
Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it. I can see the need for security, but how do you get this working?
I installed the newest version of drupal because I saw the layout builder and that intrigued me. So I get it installed on my local host and it seems to be working only when I tried to install the layout builder extension it told me
Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it. I can see the need for security, but how do you get this working?
Hello,
I bought an update from my original Drupal 7 theme to Drupal 8.7.6 to modify my existing Naturopathy site.
Question 1:
The problem after a test installation of my Drupal 8.6.2 theme by going into 'Status report' I have the message 'WEBFORM: EXTERNAL LIBRARIES 22 libraries (0 installed; 4 excluded; 18 CDN)'
I downloaded and unzipped the missing libraries and uploaded them with FileZilla in the directories in: sites / all / libraries /
/ Choices
/ckeditor.autogrow etc.
We are working on a translation module in our drupal project. We have installed third party plugin and implemented that for all contents.
The translation module is working fine when any page with static content block is opened with the language extension (i.e. DOMAIN_NAME/en, DOMAIN_NAME/fr etc).
We are facing problem when there is a taxonomy block in the page. In that case the view is not rendering the translated content from the backend and it is showing the default language content in front-end.
I have a Drupal 8.7 site with Bootstrap 3.4.1 theme
I have created a store view page to display the tasks to be performed by merchants.
On this page, each task corresponds to a view block:
- The green blocks have the class "task-success".
- The orange blocks have the class "task-warning".
- The red blocks have the class "task-danger".