inetstudio / experts
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/inetstudio/persons package instead.
Package for persons
v10.0.0
2023-12-30 10:39 UTC
Requires
- inetstudio/admin-panel: ^10.0
- inetstudio/classifiers: ^10.0
- inetstudio/meta: ^10.0
- inetstudio/widgets: ^10.0
This package is auto-updated.
Last update: 2023-12-30 10:39:58 UTC
README
PUT app_index
PUT app_index/_mapping/persons
{
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"post": {
"type": "string"
},
"description": {
"type": "text"
},
"content": {
"type": "text"
}
}
}