feat: add external module architecture
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"id":"drupal","name":"Drupal","version":"1.0.0","category":"application","description":"Drupal CMS using the recommended Composer project layout.","icon":"layers","dependencies":[],"conflicts":["wordpress","laravel"],"defaults":{"docroot":"web"},"settings":[]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"id":"laravel","name":"Laravel","version":"1.0.0","category":"application","description":"Laravel application with Composer and Vite-ready Node runtime.","icon":"code","dependencies":[],"conflicts":["wordpress","drupal"],"defaults":{"docroot":"public"},
|
||||
"settings":[{"id":"starter","label":"Starter kit","type":"select","default":"none","options":["none","breeze"]}]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"id":"wordpress","name":"WordPress","version":"1.0.0","category":"application","description":"WordPress CMS with WP-CLI tooling.","icon":"globe","dependencies":[],"conflicts":["laravel","drupal"],"defaults":{"docroot":""},
|
||||
"settings":[{"id":"wp_debug","label":"WP_DEBUG","type":"boolean","default":true},{"id":"multisite","label":"Enable Multisite","type":"boolean","default":false}]
|
||||
}
|
||||
Reference in New Issue
Block a user