chore: decision for lua added
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ surface MenuOpmlSurface {
|
||||
}
|
||||
|
||||
config {
|
||||
script_extension: String = "script"
|
||||
script_extension: String = "lua"
|
||||
}
|
||||
|
||||
-- ============================================================================
|
||||
@@ -202,7 +202,7 @@ value ScriptFrontmatter {
|
||||
slug: String
|
||||
title: String
|
||||
kind: macro | utility | transform
|
||||
entrypoint: String -- Default: "render"
|
||||
entrypoint: String -- Named Lua function used when invoking the script
|
||||
enabled: Boolean
|
||||
version: Integer
|
||||
created_at: Timestamp
|
||||
|
||||
Reference in New Issue
Block a user