-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
For example I implemented laravel-grapesjs in my Page model. While building the page, I would like to add a block of "Latest posts".
In the latest posts, just simply load the latest posts dynamically even after the page is saved.
First, I tried to add a custom template/block with foreach loop
@foreach($posts as $post)
{{$post->title}}
@endforeach
It did load the latest posts in the editor but then save as static content.
=======================
Then I created an api to get posts and try to load the post with ajax.
<div class"posts"></div>
<script>//my ajax script</script>
But still fail because when adding the block to editor, the script part got removed.
==========================
Doese any one know how we can add dynamic content?
Thank you for the great package!
Metadata
Metadata
Assignees
Labels
No labels