Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Created May 29, 2013 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijaycs85/5669850 to your computer and use it in GitHub Desktop.
Save vijaycs85/5669850 to your computer and use it in GitHub Desktop.
+++ b/core/modules/views/config/schema/views.display.schema.ymlundefined
index 0000000..2050a88
--- /dev/null
--- /dev/null
+++ b/core/modules/views/config/schema/views.empty.schema.ymlundefined
+++ b/core/modules/views/config/schema/views.empty.schema.ymlundefined
+++ b/core/modules/views/config/schema/views.empty.schema.ymlundefined
@@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
+# Schema for the views empty plugins.
+
+views.empty.area_text_custom:
+ type: views.area.text_custom
+ label: 'Unfiltered text'
That's confusing are views.area.text_custom should be enough.
@vijaycs85
Copy link
Author

IRC discussion:
[17:44] dawehner: sorry, here is the details: https://gist.github.com/vijaycs85/5669850
[17:45] dawehner: are we proposing to remove whole views.empty.schema.yml here?
[17:46] vijaycs85: yes, 100%
[17:47] dawehner: that's bit hard :( because that empty can be of any type that we can't predict
[17:48] vijaycs85: we can
[17:48] vijaycs85: it's views.area.[plugin_id]
[17:48] dawehner: oh okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment