v0.10.15f - Added video to guides (Still in need of <iframe></iframe> to be removed on news site)

This commit is contained in:
Anders 2020-08-26 10:49:11 +02:00
parent f33cf609da
commit b72ca3fbde
5 changed files with 14 additions and 2 deletions

View File

@ -54,7 +54,7 @@
[{ 'header': '1' }, { 'header': '2' }, 'blockquote' ], [{ 'header': '1' }, { 'header': '2' }, 'blockquote' ],
[{ 'list': 'ordered' }, { 'list': 'bullet'}, { 'indent': '-1' }, { 'indent': '+1' }], [{ 'list': 'ordered' }, { 'list': 'bullet'}, { 'indent': '-1' }, { 'indent': '+1' }],
[ {'direction': 'rtl'}, { 'align': [] }], [ {'direction': 'rtl'}, { 'align': [] }],
[ 'link' ], [ 'link', 'video' ],
[ 'clean' ] [ 'clean' ]
], ],
}, },

View File

@ -54,7 +54,7 @@
[{ 'header': '1' }, { 'header': '2' }, 'blockquote' ], [{ 'header': '1' }, { 'header': '2' }, 'blockquote' ],
[{ 'list': 'ordered' }, { 'list': 'bullet'}, { 'indent': '-1' }, { 'indent': '+1' }], [{ 'list': 'ordered' }, { 'list': 'bullet'}, { 'indent': '-1' }, { 'indent': '+1' }],
[ {'direction': 'rtl'}, { 'align': [] }], [ {'direction': 'rtl'}, { 'align': [] }],
[ 'link' ], [ 'link', 'video' ],
[ 'clean' ] [ 'clean' ]
], ],
}, },

View File

@ -5,6 +5,10 @@
@section("content") @section("content")
<style> <style>
iframe, .ql-video {
width: 100%;
}
div.card { div.card {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 30px; margin-bottom: 30px;

View File

@ -6,6 +6,10 @@
@section("content") @section("content")
<style> <style>
iframe, .ql-video {
width: 100%;
}
h2, h3, h4 { h2, h3, h4 {
margin-top: 0; margin-top: 0;
} }

View File

@ -1,6 +1,10 @@
@extends("app.layout.base") @extends("app.layout.base")
@section("content") @section("content")
<style> <style>
iframe, .ql-video {
width: 100%;
}
div.card { div.card {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 30px; margin-bottom: 30px;