1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| export default {
| template:{
| name:'Template Name',
| isShowBackground: 'Show Background',
| isShowDigitalPeople: 'Show Digital People',
| isShowPPt: 'Show PPT',
| pptWidth: 'PPT Width',
| pptHeight: 'PPT Height',
| topPositionPPT: 'Top Position of PPT',
| leftPositionPPT: 'Left Position of PPT',
| topPositionDigitalPeople: 'Top Position of Digital People',
| leftPositionDigitalPeople: 'Left Position of Digital People',
| digitalPeopleWidth: 'Digital People Width',
| digitalPeopleHeight: 'Digital People Height',
| templateSize: 'TemplateSize',
| backgroundImage: 'Background Image',
| reviewImage: 'Review Image',
| }
| }
|
|