2014-07-02 11:47:48 +02:00
|
|
|
# Module metadata file for greeting viewmodule
|
2014-06-23 17:14:08 +02:00
|
|
|
# Syntax is YAML 1.2
|
|
|
|
---
|
|
|
|
type: "view" #core or view
|
|
|
|
name: "greeting" #the module name. must be unique and same as the parent directory
|
|
|
|
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
2014-06-24 12:41:26 +02:00
|
|
|
load: "libcalamares_viewmodule_greeting.so"
|