Change D6 story nodes to D8 article nodes?

In Drupal 8 articles have replaced the D6 content type "story".  I've successfully migrated all D6 content over to D8 and was wondering if there was a way to now move all stories over to articles, suggestions? 

View format Bootstrap grid, add spacing?

I have a view using format of Bootstrap Grid (2 columns) to display and image and text from nodes. I'd like to add some spacing between the image and text, anyone know how to do this in the view config?

Example: Need space between the image (square) and text.

Drupal 8 template node edit form by content type

Hello,

I've some trouble to find how to have different template by content type ON NODE EDIT FORM.

I'm using drupal8_zymphonies_theme.

I can theme the node edit form for all nodes, all content type by adding the code below on my drupal8_zymphonies_theme.theme file:

Select a different column using entityQuery

$temporary = Drupal::entityQuery('group_content')->condition('id', $id)->execute();

This is returning the ‘id’ column in my table. I want a different column, entity_id. What should I call to return a different column rather than only returning the id column in the table.

Updating to PHP 7.2 on Synology NAS

Hi.

I am new to Drupal and I am using the standard Drupal 8 install built in to the Synology packages software, which installed to use php 7.0.

Having seen a report from within Drupal suggesting moving to php 7.2, I installed php 7.2, again using the standard Synology package installation. This seems to have completed without error.

However, Drupal is still happily using PHP 7.0 ... How do I inform Drupal that it should now be looking to the php 7.2 install?

Thanks.

Drupal Version: 8.6.4

Show description of field file in twig ?

Hi,

It's possible to show the description of field file in field.html.twig ?

Now, i have only url of file and label.

Thank you

Anthony

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x