1.0.0 • Published 7 years ago

ycs-plugin-rolesmanager v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Installation

ycs add plugin rolesmanager

configurations

import { Ycs } from '@ycs/core';
import { IConfig } from 'ycs-plugin-rolesmanager';

const config = Ycs.instance.config;

export const development: IConfig = {
  endpoint: '/rolesmanager',
  roles: ['rolesmanager'],
  errors: {
    empty: 'empty content',
    targetNotFound: 'target not found',
  },
};

export const production: IConfig = {
  endpoint: '/rolesmanager',
  roles: ['rolesmanager'],
  errors: {
    empty: 'empty content',
    targetNotFound: 'target not found',
  },
};
1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago