Allowed web pages to be imported via data import tool (#2920)
This commit is contained in:
parent
e5f9b2f3ea
commit
8f89bbc34d
2 changed files with 7 additions and 3 deletions
|
|
@ -0,0 +1,4 @@
|
|||
<div>
|
||||
<a href={{ route }}>{{ title }}</a>
|
||||
</div>
|
||||
<!-- this is a sample default list template -->
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"allow_copy": 0,
|
||||
"allow_guest_to_view": 1,
|
||||
"allow_import": 0,
|
||||
"allow_import": 1,
|
||||
"allow_rename": 0,
|
||||
"beta": 0,
|
||||
"creation": "2013-03-28 10:35:30",
|
||||
|
|
@ -777,7 +777,7 @@
|
|||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 20,
|
||||
"modified": "2017-03-06 16:26:47.019511",
|
||||
"modified": "2017-03-24 00:34:48.586231",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Web Page",
|
||||
|
|
@ -792,7 +792,7 @@
|
|||
"email": 0,
|
||||
"export": 0,
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"import": 1,
|
||||
"permlevel": 0,
|
||||
"print": 0,
|
||||
"read": 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue