diff --git a/src/Entity/HelpTopic.php b/src/Entity/HelpTopic.php index fce023c..5541561 100644 --- a/src/Entity/HelpTopic.php +++ b/src/Entity/HelpTopic.php @@ -58,11 +58,11 @@ use Drupal\config_help\TextSectionPluginCollection; * config_export = { * "id", * "label", - * "body", * "top_level", * "locked", * "related", * "list_on", + * "body", * }, * admin_permission = "administer help topics", * links = { diff --git a/tests/src/Functional/HelpTopicTest.php b/tests/src/Functional/HelpTopicTest.php index 9b0ac68..0afc861 100644 --- a/tests/src/Functional/HelpTopicTest.php +++ b/tests/src/Functional/HelpTopicTest.php @@ -3,7 +3,6 @@ namespace Drupal\Tests\config_help\Functional; use Drupal\Tests\BrowserTestBase; -use Drupal\config_help\Entity\HelpTopic; /** * Verifies help topic display and user access to help based on permissions.