feat(widget-relation): string templates support (#3659)

This commit is contained in:
Erez Rokah
2020-04-30 16:03:08 +03:00
committed by GitHub
parent 02f3cdd102
commit 213ae86b54
17 changed files with 406 additions and 95 deletions

View File

@ -0,0 +1,6 @@
import * as stringTemplate from './stringTemplate';
export const NetlifyCmsLibWidgets = {
stringTemplate,
};
export { stringTemplate };