import dev
This commit is contained in:
@@ -10,9 +10,19 @@
|
||||
"Created": "Created",
|
||||
"Updated": "Updated",
|
||||
"Result": "Result",
|
||||
"Show records": "Show records"
|
||||
"Show records": "Show records",
|
||||
"Remove Duplicates": "Remove Duplicates"
|
||||
},
|
||||
"messages": {
|
||||
"utf8": "Should be UTF-8 encoded"
|
||||
},
|
||||
"fields": {
|
||||
"file": "File",
|
||||
"entityType": "Entity Type"
|
||||
},
|
||||
"links": {
|
||||
"imported": "Imported Records",
|
||||
"duplicates": "Duplicate Records",
|
||||
"updated": "Updated Records"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "entityType"}
|
||||
],
|
||||
[
|
||||
{"name": "file"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"createdAt", "width":50, "link": true},
|
||||
{"name":"entityType"},
|
||||
{"name":"createdBy"}
|
||||
]
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"fields": {
|
||||
"entityType": {
|
||||
"type": "varchar",
|
||||
"type": "enum",
|
||||
"translation": "Global.scopeNames",
|
||||
"required": true
|
||||
},
|
||||
"file": {
|
||||
"type": "file",
|
||||
"required": true
|
||||
},
|
||||
"createdAt": {
|
||||
|
||||
Reference in New Issue
Block a user