Skip to content

Commit c342fd9

Browse files
committed
Remove Add New Screen from Example
1 parent 25784d0 commit c342fd9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

examples/project-data/update-project-data.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,4 @@
3636
$projectDataVoiceOver->setPath('https://example.com/sample-low.mp3');
3737
$projectData->setVoiceOver($projectDataVoiceOver);
3838

39-
$newScreen = new \Renderforest\ProjectData\Screen\Entity\Screen();
40-
41-
$newScreen
42-
->setId(2125621)
43-
->setCharacterBasedDuration(true)
44-
->setCompositionName('191_man_Angry_2')
45-
->setDuration(5)
46-
->setExtraVideoSecond(0)
47-
->setIconAdjustable(0)
48-
->setGifPath('https://example.com/191_man_Angry_2_1.gif')
49-
->setGifBigPath('https://example.com/191_man_Angry_2_1.gif')
50-
->setGifThumbnailPath('https://example.com/191_man_Angry_2_n.jpg')
51-
->setHidden(false)
52-
->setMaxDuration(15)
53-
->setOrder(1900)
54-
->setPath('https://example.com/191_man_Angry_2_n.jpg')
55-
->setTags('business, computer, chair, desk, laptop, occupation, office, worker, arms, boss, boy, businessman,chef, company, employer, professional')
56-
->setType(1);
57-
58-
59-
$projectData
60-
->getScreens()
61-
->add($newScreen);
62-
6339
$renderforestClient->updateProjectData(16165971, $projectData);

0 commit comments

Comments
 (0)