forked from backdrop/backdrop
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue backdrop#40: Separating Views and Views UI into separate direct…
…ories so they can manage their config directories separately.
- Loading branch information
1 parent
6464d91
commit f548e07
Showing
40 changed files
with
162 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"_config_name": "views.settings", | ||
"no_javascript": false, | ||
"exposed_filter_any_label": false, | ||
"show_additional_queries": false, | ||
"sql_signature": false, | ||
"devel_output": false, | ||
"devel_region": "footer", | ||
"display_extenders": [ | ||
|
||
], | ||
"field_rewrite_elements": { | ||
"": "- Use default -", | ||
"0": "- None -", | ||
"div": "DIV", | ||
"span": "SPAN", | ||
"h1": "H1", | ||
"h2": "H2", | ||
"h3": "H3", | ||
"h4": "H4", | ||
"h5": "H5", | ||
"h6": "H6", | ||
"p": "P", | ||
"strong": "STRONG", | ||
"em": "EM" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"_config_name": "views_ui.settings", | ||
"show_master_display": false, | ||
"show_sql_query": false, | ||
"show_preview_information": false, | ||
"show_sql_query_where": false, | ||
"show_performance_statistics": false, | ||
"always_live_preview": false, | ||
"display_embed": false, | ||
"custom_theme": false | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.