Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
aef786c2
Commit
aef786c2
authored
3 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3252656
: Set priority for homepage to be node/1
parent
3b2d7635
No related branches found
No related tags found
3 merge requests
!24
Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab)
,
!10
Issue #3269421: Add exception messages for VLB automated testing step definitions
,
!9
Issue #3266504: Update Automated Functional Testing Readme File
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
varbase.profile
+14
-8
14 additions, 8 deletions
varbase.profile
with
14 additions
and
8 deletions
varbase.profile
+
14
−
8
View file @
aef786c2
...
...
@@ -124,6 +124,20 @@ function varbase_assemble_extra_components(array &$install_state) {
$selected_extra_features_configs
=
$install_state
[
'varbase'
][
'extra_features_configs'
];
}
if
(
isset
(
$selected_extra_features
[
'varbase_heroslider_media'
])
&&
$selected_extra_features
[
'varbase_heroslider_media'
]
==
TRUE
)
{
$batch
[
'operations'
][]
=
[
'varbase_install_component'
,
(
array
)
'enabled_varbase_heroslider_media_content'
,
];
}
else
{
$batch
[
'operations'
][]
=
[
'varbase_install_component'
,
(
array
)
'disabled_varbase_heroslider_media_content'
,
];
}
// Get the list of extra features config bits.
$extraFeatures
=
ConfigBit
::
getList
(
'configbit/extra.components.varbase.bit.yml'
,
'show_extra_components'
,
TRUE
,
'dependencies'
,
'profile'
,
'varbase'
);
...
...
@@ -250,17 +264,9 @@ function varbase_assemble_extra_components(array &$install_state) {
if
(
isset
(
$selected_extra_features
[
'varbase_heroslider_media'
])
&&
$selected_extra_features
[
'varbase_heroslider_media'
]
==
TRUE
)
{
$batch
[
'operations'
][]
=
[
'varbase_install_component'
,
(
array
)
'enabled_varbase_heroslider_media_content'
,
];
$uninstall_components
[]
=
'enabled_varbase_heroslider_media_content'
;
}
else
{
$batch
[
'operations'
][]
=
[
'varbase_install_component'
,
(
array
)
'disabled_varbase_heroslider_media_content'
,
];
$uninstall_components
[]
=
'disabled_varbase_heroslider_media_content'
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment