mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-06 09:20:13 +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">
|
||||
Reference in New Issue
Block a user