1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 03:25:25 +02:00

Enable PDF section editor

This commit is contained in:
Harvey Kandola 2019-04-18 15:42:18 +01:00
parent 61d0086337
commit 7fde947a52
6 changed files with 118 additions and 20 deletions

View file

@ -46,10 +46,10 @@ func (*Provider) Command(ctx *provider.Context, w http.ResponseWriter, r *http.R
// Render just sends back HMTL as-is.
func (*Provider) Render(ctx *provider.Context, config, data string) string {
return data
return config
}
// Refresh just sends back data as-is.
func (*Provider) Refresh(ctx *provider.Context, config, data string) string {
return data
return config
}