Commit 21248154 authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3293118: Rename some files and hooks

parent a266db98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
 * You can directly use the component name as a library, f.x
 *  {{ attach_library('radix_subtheme/block') }}.
 */
function radix_subtheme_library_info_build() {
function vartheme_bs5_library_info_build() {
  $extensions = ['css', 'js'];
  $directory = 'themes/custom/radix_subtheme/build/components';
  $directory = 'themes/custom/vartheme_bs5/build/components';
  $extensions = array_map('preg_quote', $extensions);
  $extensions = implode('|', $extensions);
  if (!is_dir($directory)) {
+2 −2
Original line number Diff line number Diff line
{
	"name": "radix_subtheme",
	"name": "vartheme_bs5",
	"description": "My custom Radix subtheme",
	"private": true,
  "engines" : {
+4 −4
Original line number Diff line number Diff line
name: Radix Subtheme
name: Vartheme BS5
description: A theme based on Radix.
screenshot: screenshot.png
core_version_requirement: ^8.7.7 || ^9.0
@@ -27,6 +27,6 @@ components:
    radix_subtheme: src/components

# Information added by Drupal.org packaging script on 2022-06-06
version: '5.0.0'
project: 'radix'
version: "5.0.0"
project: "radix"
datestamp: 1654516982
Loading