https://github.com/simplicitesoftware/module-cms
https://github.com/simplicitesoftware/module-cms
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-cms
- Owner: simplicitesoftware
- Created: 2020-06-09T15:19:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T16:33:14.000Z (about 6 years ago)
- Last Synced: 2024-12-29T10:44:54.218Z (over 1 year ago)
- Language: Java
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`CMS` module definition
=======================
Content Management System backed up by grapejs
`CmsElement` business object definition
---------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
| ------------------------------------------------------------ | ---------------------------------------- | -------- | --------- | -------- | -------------------------------------------------------------------------------- |
| `cmsEltName` | char(50) | yes* | yes | | - |
| `cmsEltContent` | text(1000000) | | yes | | - |
| `cmsEltDescription` | char(255) | | yes | | - |
`CmsEditor` external object definition
--------------------------------------
`CmsService` external object definition
---------------------------------------
`CmsViewer` external object definition
--------------------------------------