feat: 🩹 update data and expose more of it to templates
This commit is contained in:
parent
90e5ca2bcd
commit
13926bfbe3
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ const firstName = 'Sebin',
|
||||||
position = 'vers, prefers top',
|
position = 'vers, prefers top',
|
||||||
height = 210, // cm
|
height = 210, // cm
|
||||||
weight = 124, // kg
|
weight = 124, // kg
|
||||||
tailLength = 104, // cm
|
tailLength = 154, // cm
|
||||||
wingspan = 417, // cm
|
wingspan = 417, // cm
|
||||||
colors = [
|
colors = [
|
||||||
{ name: 'Scales', value: '#c64c35' },
|
{ name: 'Scales', value: '#c64c35' },
|
||||||
|
@ -165,6 +165,8 @@ export default {
|
||||||
pronouns,
|
pronouns,
|
||||||
orientation,
|
orientation,
|
||||||
position,
|
position,
|
||||||
|
tailLength,
|
||||||
|
wingspan,
|
||||||
colors,
|
colors,
|
||||||
kinks,
|
kinks,
|
||||||
description,
|
description,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue