tysapi-plugin-content-manager
v3.0.5
Published
A powerful UI to easily manage your data.
Downloads
6
Readme
Tysapi Content Manager
Description
This plugin allows you to manage your data through a UI.
Contributing
NB: Please refers to the contributing section of the monorepo
- Create a new Tysapi application:
tysapi new myApp
. - Go to your new Tysapi app
cd myApp
. - Create a symlink to the monorepo plugin's folder
ln -s /path/to/tysapi/monorepo/packages/tysapi-plugin-content-manager ./plugins/content-manager
- Copy the layout SASS variables folder into your project from
admin/public/app/styles/variables
toplugins/content-manager/public/app/styles/variables
- Start your app
tysapi start
(Don't forget to return to the root of your app's directory).
ln -s -f ./admin/public/app/styles/variables/variables.scss ./plugins/content-manager/public/app/styles/variables/variables.scss