mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
LDoc: clean up config
This commit is contained in:
parent
df81a7755b
commit
28f1f355c0
1 changed files with 0 additions and 5 deletions
|
@ -50,11 +50,6 @@ custom_tags = {
|
|||
title = "Video",
|
||||
format = function(value)
|
||||
return video_frame("https://www.youtube.com/embed/" .. value)
|
||||
--[[
|
||||
return '<iframe width="560" height="315" src="https://www.youtube.com/embed/'
|
||||
.. value .. '" title="Video Player" frameborder="0"'
|
||||
.. ' allow="fullscreen;"></iframe>'
|
||||
]]
|
||||
end,
|
||||
},
|
||||
-- settings
|
||||
|
|
Loading…
Add table
Reference in a new issue