template
Here are 9,500 public repositories matching this topic...
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Nov 13, 2018 - Python
-
Updated
Jul 16, 2020 - CSS
-
Updated
Jul 7, 2020 - CSS
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 14, 2020 - JavaScript
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
-
Updated
Jun 27, 2020 - HTML
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Vue
-
Updated
Jul 9, 2020 - C#
-
Updated
Jul 15, 2020 - C#
-
Updated
Jul 16, 2020 - TypeScript
As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.
However, when providing user's object via options props like below, it should pass the user's object to init method.
<EmailEditor
ref={editor => (this.editor = editor)}
options = {
user: { id:
-
Updated
Apr 3, 2020
-
Updated
Jun 4, 2020 - Go
-
Updated
May 28, 2020 - JavaScript
-
Updated
Jul 15, 2020 - HTML
-
Updated
Jul 10, 2020 - C#
-
Updated
May 29, 2020 - Go
Improve this page
Add a description, image, and links to the template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the template topic, visit your repo's landing page and select "manage topics."


Describe the bug
The content of the the svelte file is a large HTML chunk, withouy any script logics or styling being involved. Max stack size exceeded error while compiling.
To Reproduce
https://svelte.dev/repl/a9dfcc17551c4aeb95e8fe748a97061d?version=3.20.1
Expected behavior
Compiling should not break
Information about your Svelte project:
Svelte 3.20.1, Rollup, Wind