We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87da0f7 commit c3e7ce7Copy full SHA for c3e7ce7
src/Helpers/ImportDataHelper.php
@@ -317,15 +317,19 @@ public static function generateSampleData()
317
'children' => [
318
[
319
'category' => 'footer',
320
- ...$generateTranslationArray(['title' => 'About Us']),
+ ...$generateTranslationArray([
321
+ 'title' => 'About Us',
322
+ 'url' => '/about-us',
323
+ ]),
324
'type' => 'link',
- 'url' => '/about-us',
325
],
326
327
- ...$generateTranslationArray(['title' => 'Contact Us']),
328
329
+ 'title' => 'Contact Us',
330
+ 'url' => '/contact-us',
331
332
- 'url' => '/contact-us',
333
334
335
0 commit comments