Skip to content

Commit

Permalink
Remove layout.json & add it in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelsicoko committed May 17, 2018
1 parent d816e5b commit bcb81a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-manager/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
coverage
node_modules
stats.json
layout.json
config/layout.json
package-lock.json

# Cruft
Expand Down
13 changes: 1 addition & 12 deletions packages/strapi-plugin-content-manager/config/layout.json
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{
"product": {
"attributes": {
"title": {
"appearance": ""
},
"content": {
"appearance": "WYSIWYG"
}
}
}
}
{}
2 changes: 1 addition & 1 deletion packages/strapi-plugin-users-permissions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage
build
node_modules
jwt.json
layout.json
config/layout.json
actions.json

# Cruft
Expand Down

0 comments on commit bcb81a9

Please sign in to comment.