mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #9835 from appwrite/feat-lynx-gallery
Feat: Add lynx gallery
This commit is contained in:
commit
dbc66d2221
3 changed files with 20 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ return [
|
|||
'frameworks' => [
|
||||
getFramework('FLUTTER', [
|
||||
'providerRootDirectory' => './',
|
||||
'buildCommand' => 'bash prepare.sh && bash build.sh',
|
||||
'buildCommand' => 'bash build.sh',
|
||||
]),
|
||||
],
|
||||
'vcsProvider' => 'github',
|
||||
|
|
@ -1351,4 +1351,23 @@ return [
|
|||
'providerVersion' => '0.3.*',
|
||||
'variables' => [],
|
||||
],
|
||||
[
|
||||
'key' => 'gallery-for-lynx',
|
||||
'name' => 'Lynx gallery',
|
||||
'tagline' => 'A Lynx website showcasing gallery with smooth animations.',
|
||||
'score' => 1, // 0 to 10 based on looks of screenshot (avoid 1,2,3,8,9,10 if possible)
|
||||
'useCases' => [UseCases::STARTER],
|
||||
'screenshotDark' => $url . '/images/sites/templates/gallery-for-lynx-dark.png',
|
||||
'screenshotLight' => $url . '/images/sites/templates/gallery-for-lynx-light.png',
|
||||
'frameworks' => [
|
||||
getFramework('LYNX', [
|
||||
'providerRootDirectory' => './lynx/gallery',
|
||||
]),
|
||||
],
|
||||
'vcsProvider' => 'github',
|
||||
'providerRepositoryId' => 'templates-for-sites',
|
||||
'providerOwner' => 'appwrite',
|
||||
'providerVersion' => '0.3.*',
|
||||
'variables' => []
|
||||
],
|
||||
];
|
||||
|
|
|
|||
BIN
public/images/sites/templates/gallery-for-lynx-dark.png
Normal file
BIN
public/images/sites/templates/gallery-for-lynx-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 599 KiB |
BIN
public/images/sites/templates/gallery-for-lynx-light.png
Normal file
BIN
public/images/sites/templates/gallery-for-lynx-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 599 KiB |
Loading…
Reference in a new issue