Skip to content

Commit

Permalink
Merge pull request #115 from emulsify-ds/update-system-config
Browse files Browse the repository at this point in the history
feat(cli-compat): allow install from emulsify-cli with default components
  • Loading branch information
amazingrando authored Mar 1, 2024
2 parents 6963556 + f6c4462 commit dd16c60
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tokens/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 01 Mar 2024 16:41:18 GMT
* Generated on Fri, 01 Mar 2024 19:50:05 GMT
*/

:root {
Expand Down
22 changes: 21 additions & 1 deletion system.emulsify.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "uikit",
"name": "emulsify-ui-kit",
"homepage": "https://github.com/emulsify-ds/emulsify-ui-kit",
"repository": "https://github.com/emulsify-ds/emulsify-ui-kit.git",
"structure": [
Expand All @@ -24,6 +24,26 @@
"destinationPath": "./templates",
"description": "Contains Drupal templates"
}
],
"components": [
{
"name": "images",
"structure": "components",
"required": true,
"dependency": []
},
{
"name": "links",
"structure": "components",
"required": true,
"dependency": []
},
{
"name": "text",
"structure": "components",
"required": true,
"dependency": ["links"]
}
]
}
]
Expand Down

0 comments on commit dd16c60

Please sign in to comment.