Has anyone included a table and pagination for that table on the IPE panel? Trying to edit blocks on a page. There's two edit menus one that brings you to an edit page, where pagination works since the page links redirect you to the new url. However, when editing a block in the IPE panel the link should not redirect you to a new page. The table should be updated with the next page's content using AJAX. Clicking the link to a new page just prints ajax to the screen.
Hi! I'm making my own Drupal 8 theme and I'm currently struggling with the background option that comes along with a paragraph type. There are 3 options: transparent, primary or secondary; My twig file is OK, since I can apply opacity to the paragraphs with the following CSS.
Somehow the background colors don't change at all. Anyone who has experienced this?
All my modules are currently listed as CVS, how do I create a 4.3 branch of a module?
I'm using CVL as a GUI to control CVS on Mac OS X, and have tagged all my module files with DRUPAL-4-3-0, but it is not showing a 4.3 relese on the Project module pages.
Is there something more I need to do, or do the Project module take time to refresh with new branch releases?
The modules I need to update are "Legal" and "Navigation Table".
I have a View and I am trying to add new filters and then add those filters to a new filter group. I can create the filters but I can't work out how to add a filter group
I am trying to place a block on my custom page. The code in my Controller is placing the blocks in the 'content' region. How can I make the blocks appear side by side?
I have pasted the code, but it does not seem to work. Actually I want to show the two blocks side by side. Please let me know
<?php
namespace Drupal\heritage_ui\Controller;
use Drupal\Core\Controller\ControllerBase;
use Drupal\node\Entity\Node;