Content Management System
AdminJS as a Content Management System
const admin = new AdminJS({
resources: [
{
resource: Posts,
options: {
properties: {
postContent: {
type: 'richtext',
}
}
}
}
]
}) Last updated