fix(templates): add six more templates (ticketit, snipe-it, refinerycms, comfortable-mexican-sofa, buddypress, lobsters) (#402)

This commit is contained in:
Jonathan Fishner
2024-11-14 17:42:04 +02:00
committed by GitHub
parent 44cf5ca264
commit 07d3745747
19 changed files with 10339 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

View File

@@ -14,6 +14,12 @@ import { voyagerDb } from './templates/voyager-db';
import { koelDb } from './templates/koel-db';
import { laravelPermissionDb } from './templates/laravel-permission-db';
import { gravityDb } from './templates/gravity-db';
import { ticketitDb } from './templates/ticketit-db';
import { lobstersDb } from './templates/lobsters-db';
import { refinerycmsDb } from './templates/refinerycms-db';
import { buddypressDb } from './templates/buddypress-db';
import { snipeItDb } from './templates/snipe-it-db';
import { ComfortableMexicanSofaDb } from './templates/comfortable-mexican-sofa-db';
export interface Template {
slug: string;
@@ -44,4 +50,10 @@ export const templates: Template[] = [
koelDb,
laravelPermissionDb,
gravityDb,
ticketitDb,
lobstersDb,
refinerycmsDb,
buddypressDb,
snipeItDb,
ComfortableMexicanSofaDb,
];

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff