feat(widget-relation): string templates support (#3659)
This commit is contained in:
6
packages/netlify-cms-lib-widgets/src/index.ts
Normal file
6
packages/netlify-cms-lib-widgets/src/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import * as stringTemplate from './stringTemplate';
|
||||
|
||||
export const NetlifyCmsLibWidgets = {
|
||||
stringTemplate,
|
||||
};
|
||||
export { stringTemplate };
|
Reference in New Issue
Block a user