Skip to content
Snippets Groups Projects
Commit 6fb95fd3 authored by Lukas Fischer's avatar Lukas Fischer
Browse files

Custom HTML Blocks fixes

parent 67227e32
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ use Symfony\Component\HttpFoundation\Request;
* Provides a user block for Content Planner Dashboard
*
* @DashboardBlock(
* id = "custom_html_block",
* id = "custom_html_block_1",
* name = @Translation("Text/HTML Widget 1")
* )
*/
......
......@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\content_planner\Plugin\DashboardBlock\UserBlock2.
* Contains \Drupal\content_planner\Plugin\DashboardBlock\CustomHTMLBlock2.
*/
namespace Drupal\content_planner\Plugin\DashboardBlock;
......@@ -15,7 +15,7 @@ use Symfony\Component\HttpFoundation\Request;
* Provides a user block for Content Planner Dashboard
*
* @DashboardBlock(
* id = "custom_html_block",
* id = "custom_html_block_2",
* name = @Translation("Text/HTML Widget 2")
* )
*/
......
......@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\content_planner\Plugin\DashboardBlock\UserBlock3.
* Contains \Drupal\content_planner\Plugin\DashboardBlock\CustomHTMLBlock3.
*/
namespace Drupal\content_planner\Plugin\DashboardBlock;
......@@ -15,7 +15,7 @@ use Symfony\Component\HttpFoundation\Request;
* Provides a user block for Content Planner Dashboard
*
* @DashboardBlock(
* id = "custom_html_block",
* id = "custom_html_block_3",
* name = @Translation("Text/HTML Widget 3")
* )
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment