mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
|
extends :
|
||
|
imports:
|
||
|
installer:
|
||
|
data.ec2.elastic.ip:
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["property", "extends"], ["punctuation", ":"],
|
||
|
["property", "imports"], ["punctuation", ":"],
|
||
|
["property", "installer"], ["punctuation", ":"],
|
||
|
["property", "data.ec2.elastic.ip"], ["punctuation", ":"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for properties.
|