0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Update snippet.js 'editor' to 'view'

Change new property 'editor' to 'view'  on  @calculuschild 's recommendation.
This commit is contained in:
Gazook89
2021-08-12 06:01:48 -05:00
parent 69a69bbb82
commit 3d9f8ea142

View File

@@ -14,7 +14,7 @@ module.exports = [
{
groupName : 'Editor',
icon : 'fas fa-pencil-alt',
editor : 'text',
view : 'text',
snippets : [
{
name : 'Column Break',
@@ -130,7 +130,7 @@ module.exports = [
{
groupName : 'PHB',
icon : 'fas fa-book',
editor : 'text',
view : 'text',
snippets : [
{
name : 'Spell',
@@ -210,7 +210,7 @@ module.exports = [
{
groupName : 'Tables',
icon : 'fas fa-table',
editor : 'text',
view : 'text',
snippets : [
{
name : 'Class Table',
@@ -293,7 +293,7 @@ module.exports = [
{
groupName : 'Page',
icon : 'fas fa-print',
editor : 'style',
view : 'style',
snippets : [
{
name : 'A4 Page Size',