diff --git a/includes/Components/VectorComponentTableOfContents.php b/includes/Components/VectorComponentTableOfContents.php index 52b733458..94dbe1eff 100644 --- a/includes/Components/VectorComponentTableOfContents.php +++ b/includes/Components/VectorComponentTableOfContents.php @@ -85,9 +85,6 @@ class VectorComponentTableOfContents implements VectorComponent { return $pinnableElement->getTemplateData() + array_merge( $this->tocData, [ - 'is-vector-toc-beginning-enabled' => $this->config->get( - 'VectorTableOfContentsBeginning' - ), 'vector-is-collapse-sections-enabled' => count( $this->tocData['array-sections'] ) > 3 && $this->tocData[ 'number-section-count'] >= $this->config->get( diff --git a/includes/templates/TableOfContents__list.mustache b/includes/templates/TableOfContents__list.mustache index 6017bbd5c..d8234001d 100644 --- a/includes/templates/TableOfContents__list.mustache +++ b/includes/templates/TableOfContents__list.mustache @@ -1,12 +1,10 @@