Agenda Block Drupal 8

Hi Everyone,

I'm currently deving a site using Drupal 8 and was wondering if there is a D8 that does what the Agenda Module allowed you to do in D7 ?

e.g Import date from a Google calendar and display as an upcoming event block .

How to make clean this "view" code ?

Hi, i have maked a view.

The problem is that: Why the Preview code is

[{"title":"Title","body":"\u003Cp\u003ETest\u003C\/p\u003E"}]

and not:

[{"title":"Title","body":"<p>Text<\/p>"}]

I do not understand why there are all these letters and numbers.

I use Drupal 8.6.2

PS: In previous versions of Drupal the code was clean

Catch 22 with Composer and Drupal-8

Two days ago I tried to update a local-computer development test site on my computer using Composer.  All appeared normal and after the update, my site was littered with a huge stream of undecipherable SQL errors.  Composer does not update the Database and Drush updb doesn't work either.

Installation with Composer fails - only core directory

Hello,
I would like to install D8 as recommended with composer and fail

composer is installed (global)
drupal-composer / drupal-project also
Xampp7.17 is running
I have not installed git yet

After I entered the console in xampp / htdocs: "composer create-project drupal-composer / drupal-project: 8.x-dev d8 --stability dev --no-interaction"

import failed due Taxonomy term

Hi people I am trying to run drush cim command and I get this error 

The import failed due for the following reasons: [error]
Entities exist of type <em class="placeholder">Taxonomy term</em> and <em class="placeholder">Vocabulary</em>
<em class="placeholder">College Location</em>. These entities need to be deleted before importing.

can some one please help here?

Building form with entity reference and view (D8)

I've been trying to build a form referencing an entity using an entity reference view. The general purpose is to allow more fine-grained filtering for this form and other module forms than supplied by the standard entity_reference handler, without having to build a plugin or use hook_query_alter.  Though I am definitely open to such suggestions (esp. with pointers to good detailed documentation) - I am using entities and it seems some such docs are for nodes.

Here's the methodology I followed so far, with some notes along the way.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x