Skip to content

oguzhankahyaoglu/squidex

 
 

Repository files navigation

This repository has been forked from https://github.com/Squidex/squidex a Headless CMS of Squidex. Within the master branch of this repository, sorting is enabled via drag&drop of entities, actually contents via an increasing order no field stored within database. Additionally, both api and cms UI pages are returning ordered data by default.

Caution: When you switch this fork, as you have no "orderno" field in current mongodb, it must be seeded using this mongodb code:

https://docs.mongodb.com/manual/reference/command/aggregate/

db.collection.aggregate([
  {
  "on": { "$toLong" : "$ct"}
  }
])

Features of this fork:

  • Content sorting
  • Left menu changes based on scheme edit claim: if user has no rights to edit schemes, 1st level of left menu is directly hidden
  • Theme changed to materialish design

About

Headless CMS and Content Managment Hub

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 68.4%
  • TypeScript 20.8%
  • HTML 8.5%
  • CSS 1.9%
  • JavaScript 0.4%
  • PowerShell 0.0%