Commit edc9ab42 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: schema_editor: change title new created schema

parent b3656123
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
var portal_type = options.portal_type, var portal_type = options.portal_type,
ext = file_ext[portal_type], ext = file_ext[portal_type],
ret = { ret = {
title: "Untitled Document", title: "Untitled Schema",
portal_type: "JSON Schema", portal_type: "JSON Schema",
parent_relative_url: "schema_module", parent_relative_url: "schema_module",
content_type: content_type[portal_type] || undefined content_type: content_type[portal_type] || undefined
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment