mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Merge branch 'master' into docImprove
This commit is contained in:
commit
71298adb53
@ -3,6 +3,12 @@
|
||||
|
||||
.leftMenuLinkContainer { /* stylelint-ignore */
|
||||
padding-top: .6rem;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
@ -63,11 +63,6 @@ module.exports = {
|
||||
// Empty public directory.
|
||||
'public': {
|
||||
folder: {}
|
||||
},
|
||||
|
||||
// Empty node_modules directory.
|
||||
'node_modules': {
|
||||
folder: {}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"containers.Edit.submit": "Save",
|
||||
"containers.Edit.editing": "Editing...",
|
||||
"containers.Edit.delete": "Delete",
|
||||
"containers.Edit.cancel": "Cancel",
|
||||
"containers.Edit.cancel": "Reset",
|
||||
"containers.Edit.returnList": "Return to list",
|
||||
"containers.List.addAnEntry": "Add New {entity}",
|
||||
"containers.List.pluginHeaderDescription": "{label} entries found",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user