Merge pull request 'Hello_world' (#1) from Hello_world into main

Reviewed-on: #1
This commit is contained in:
Lermer 2022-07-27 15:18:21 +02:00
commit 4d71571643
9 changed files with 2 additions and 14 deletions

1
Hello_world/README.md Normal file
View file

@ -0,0 +1 @@
# Hello_world

View file

@ -1,4 +1,4 @@
name: "Test Hello world addon"
name: "Hello world test addon"
description: "My first real add-on!"
version: "0.0.2"
slug: "hello_world!!"

View file

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -1 +0,0 @@
# Bla

View file

@ -1,12 +0,0 @@
options:
beer: true
wine: true
liquor: false
name: "world"
year: 2017
schema:
beer: bool
wine: bool
liquor: bool
name: str
year: int