mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 13:25:45 -05:00
Add a webview module so that calamares can load a webpage. This is useful when configuring webservices on your device such as ownCloud.
7 lines
305 B
Text
7 lines
305 B
Text
# Module metadata file for welcome viewmodule
|
|
# Syntax is YAML 1.2
|
|
---
|
|
type: "view" #core or view
|
|
name: "webview" #the module name. must be unique and same as the parent directory
|
|
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
|
load: "libcalamares_viewmodule_webview.so"
|