Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-01-16 19:33:29 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
d8c5f72258391cbaf9faed09b1d978f893fbdcd2
d8c5f722
1 parent
d67ad47b
Updated issue template and added TinyMCE autolinking
Closes #267
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
.github/ISSUE_TEMPLATE.md
resources/assets/js/pages/page-form.js
.github/ISSUE_TEMPLATE.md
View file @
d8c5f72
### For Feature Requests
Desired Feature:
### For Bug Reports
PHP Version:
MySQL Version:
*
BookStack Version:
*
PHP Version:
*
MySQL Version:
Expected Behavior:
##### Expected Behavior
Actual Behavior:
##### Actual Behavior
...
...
resources/assets/js/pages/page-form.js
View file @
d8c5f72
...
...
@@ -77,7 +77,7 @@ export default function() {
extended_valid_elements
:
'pre[*]'
,
automatic_uploads
:
false
,
valid_children
:
"-div[p|pre|h1|h2|h3|h4|h5|h6|blockquote]"
,
plugins
:
"image table textcolor paste link fullscreen imagetools code customhr autosave lists"
,
plugins
:
"image table textcolor paste link
autolink
fullscreen imagetools code customhr autosave lists"
,
imagetools_toolbar
:
'imageoptions'
,
toolbar
:
"undo redo | styleselect | bold italic underline strikethrough superscript subscript | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table image-insert link hr | removeformat code fullscreen"
,
content_style
:
"body {padding-left: 15px !important; padding-right: 15px !important; margin:0!important; margin-left:auto!important;margin-right:auto!important;}"
,
...
...
Please
register
or
sign in
to post a comment