mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-30 01:53:00 +00:00
[AB-307] refactoring templates for enable and disable feature
adding additional enabled/disabled dependent features to the output of the respective commands
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
"description": "<#assign featureString>${features?join(", ")}</#assign><#include "disableFeature_available_features_text">"
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
"description": "<#assign featureString>${features?join(", ")}</#assign><#include "disableFeature_feature_dependencies_text">"
|
||||||
|
}
|
||||||
@@ -1 +0,0 @@
|
|||||||
<#assign featureString>${features?join(", ")}</#assign><#include "disable_available_features">
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
"description": "<#assign featureString>${features?join(", ")}</#assign><#include "enableFeature_available_features_text">"
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
"description": "<#assign featureString>${features?join(", ")}</#assign><#include "enableFeature_feature_dependencies_text">"
|
||||||
|
}
|
||||||
@@ -1 +0,0 @@
|
|||||||
<#assign featureString>${features?join(", ")}</#assign><#include "enable_available_features">
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The following features were also disabled, because they depends on this one: ${featureString}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The following features were also enabled, because the feature depends on them: ${featureString}
|
||||||
Reference in New Issue
Block a user