strapi-plugin-navigation
Version:
Strapi - Navigation plugin
50 lines (49 loc) • 1.08 kB
TypeScript
declare const _default: {
collectionName: string;
info: {
singularName: string;
pluralName: string;
displayName: string;
name: string;
};
options: {
comment: string;
};
pluginOptions: {
'content-manager': {
visible: boolean;
};
'content-type-builder': {
visible: boolean;
};
i18n: {
localized: boolean;
};
};
attributes: {
name: {
type: string;
configurable: boolean;
required: boolean;
};
slug: {
type: string;
target: string;
configurable: boolean;
required: boolean;
};
visible: {
type: string;
default: boolean;
configurable: boolean;
};
items: {
type: string;
relation: string;
target: string;
configurable: boolean;
mappedBy: string;
};
};
};
export default _default;