When editing a page, we would like to be able to say "Add file", upload a file and then link to it in the Text. Or mark some Text, say "Link" and choose from the media library. (Like it is out of the box with wordpress)
I would like to use the grid concept for the content itself, so effectively dividing the content area in several sub-cells (as Panels did, if I am not wrong).
In plain html, assigning a class to each of those subcells (a div or another tag) seem to do the trick, the subcells seem to "catch" the grid at render-time
But how can I do that in drupal?. Fields (from the content type) seem to be those "sub-cells" scattered around the content. How to assign classes to those fields?
I replaced the Beta 14 Beta 13 a freshly installed on a CentOS 6.4 hosting. The installation of the BETA 14 fail when performed over an existing system ( in this case here the BETA13 ) .
Some files and directories placed in the " site" can not be removed even after chmod 777 .
settings.php , services.yml ...
How can we remove these files and directories ?
Thanks for your answer.
Hi,
I'm testing Drupal 8 to evaluate wether I'll use on a new project instead of Drupal 7.
On Drupal 7, we have the Scald module to manage all media content. It seems the "Media Pinkeye" would do the same in Drupal 8, according to this page : https://www.drupal.org/project/scald
However, I installed Pinkeye, and don't find anything like Scald, not even a popup to choose my media. Is it ready to use? Is there any other module to manage medias in Drupal 8?
I created a module with Drupal 8 beta11 which defines an content entity and a form(contentEntityForm) with custom submit callback.When i tried using the same module with Drupal 8 beta 14 it raise the following error.
Fatal error: Call to a member function extractFormValues() on null in C:\xampp\htdocs\drupalbeta14\core\lib\Drupal\Core\Entity\ContentEntityForm.php on line 219