Skip to content

Commit

Permalink
Merge pull request #53 from Vizzuality/SKY30-127-fe-implement-the-static
Browse files Browse the repository at this point in the history
[SKY30-126/127]: knowledge hub page
  • Loading branch information
agnlez authored Nov 14, 2023
2 parents c97312b + 068196d commit 9cbaf93
Show file tree
Hide file tree
Showing 47 changed files with 6,393 additions and 1,236 deletions.
162 changes: 162 additions & 0 deletions cms/config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,168 @@
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
"subject": "api::data-tool-language.data-tool-language",
"properties": {
"fields": [
"name",
"slug",
"data_tool"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.delete",
"actionParameters": {},
"subject": "api::data-tool-language.data-tool-language",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.publish",
"actionParameters": {},
"subject": "api::data-tool-language.data-tool-language",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::data-tool-language.data-tool-language",
"properties": {
"fields": [
"name",
"slug",
"data_tool"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.update",
"actionParameters": {},
"subject": "api::data-tool-language.data-tool-language",
"properties": {
"fields": [
"name",
"slug",
"data_tool"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
"subject": "api::data-tool-resource-type.data-tool-resource-type",
"properties": {
"fields": [
"name"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.delete",
"actionParameters": {},
"subject": "api::data-tool-resource-type.data-tool-resource-type",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.publish",
"actionParameters": {},
"subject": "api::data-tool-resource-type.data-tool-resource-type",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::data-tool-resource-type.data-tool-resource-type",
"properties": {
"fields": [
"name"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.update",
"actionParameters": {},
"subject": "api::data-tool-resource-type.data-tool-resource-type",
"properties": {
"fields": [
"name"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
"subject": "api::data-tool.data-tool",
"properties": {
"fields": [
"name",
"description",
"site",
"languages",
"data_tool_resource_type",
"technical_skills"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.delete",
"actionParameters": {},
"subject": "api::data-tool.data-tool",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.publish",
"actionParameters": {},
"subject": "api::data-tool.data-tool",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::data-tool.data-tool",
"properties": {
"fields": [
"name",
"description",
"site",
"languages",
"data_tool_resource_type",
"technical_skills"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.update",
"actionParameters": {},
"subject": "api::data-tool.data-tool",
"properties": {
"fields": [
"name",
"description",
"site",
"languages",
"data_tool_resource_type",
"technical_skills"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"key": "plugin_content_manager_configuration_content_types::api::data-tool-language.data-tool-language",
"value": {
"uid": "api::data-tool-language.data-tool-language",
"settings": {
"bulkable": true,
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "name",
"defaultSortBy": "name",
"defaultSortOrder": "ASC"
},
"metadatas": {
"id": {
"edit": {},
"list": {
"label": "id",
"searchable": true,
"sortable": true
}
},
"name": {
"edit": {
"label": "name",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "name",
"searchable": true,
"sortable": true
}
},
"slug": {
"edit": {
"label": "slug",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "slug",
"searchable": true,
"sortable": true
}
},
"data_tool": {
"edit": {
"label": "data_tool",
"description": "",
"placeholder": "",
"visible": true,
"editable": true,
"mainField": "name"
},
"list": {
"label": "data_tool",
"searchable": true,
"sortable": true
}
},
"createdAt": {
"edit": {
"label": "createdAt",
"description": "",
"placeholder": "",
"visible": false,
"editable": true
},
"list": {
"label": "createdAt",
"searchable": true,
"sortable": true
}
},
"updatedAt": {
"edit": {
"label": "updatedAt",
"description": "",
"placeholder": "",
"visible": false,
"editable": true
},
"list": {
"label": "updatedAt",
"searchable": true,
"sortable": true
}
},
"createdBy": {
"edit": {
"label": "createdBy",
"description": "",
"placeholder": "",
"visible": false,
"editable": true,
"mainField": "firstname"
},
"list": {
"label": "createdBy",
"searchable": true,
"sortable": true
}
},
"updatedBy": {
"edit": {
"label": "updatedBy",
"description": "",
"placeholder": "",
"visible": false,
"editable": true,
"mainField": "firstname"
},
"list": {
"label": "updatedBy",
"searchable": true,
"sortable": true
}
}
},
"layouts": {
"list": [
"id",
"name",
"slug",
"data_tool"
],
"edit": [
[
{
"name": "name",
"size": 6
},
{
"name": "slug",
"size": 6
}
],
[
{
"name": "data_tool",
"size": 6
}
]
]
}
},
"type": "object",
"environment": null,
"tag": null
}
Loading

0 comments on commit 9cbaf93

Please sign in to comment.