0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 09:22:38 +00:00

Update Blades in the Dark license sections.

This commit is contained in:
David Bolack
2024-08-31 16:36:18 -05:00
parent f7bef214ab
commit 4adcadba67
3 changed files with 16 additions and 5 deletions

View File

@@ -143,29 +143,37 @@ module.exports = [
subsnippets : [
{
name : 'Title Page Declaration',
icon : 'fas fa-text',
gen : LicenseGenAelf.aelfTitleNotice
},
{
name : 'Legal Declaration',
icon : 'fas fa-text',
gen : LicenseGenAelf.aelfLegalNotice
},
{
name : 'AELF License',
icon : 'fas fa-legal',
gen : LicenseGenAelf.aelf10a
}
]
},
{
name : 'Blades in the Dark',
name : 'Forged in the Dark',
subsnippets : [
{
name : 'Forged in the Dark Logo',
name : 'Logo',
icon : 'fas fa-image',
gen : LicenseGen.bladesDarkLogo
},
{
name : 'Usage Statement',
icon : 'fas fa-text',
name : 'Logo Attribution',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkLogoAttribution
},
{
name : 'Attribution Statement',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkNotice
},
],