From b78e0440185199fc2c2d66b21aa861a18216d37e Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 13 May 2013 09:05:05 -0400 Subject: [PATCH] Move wordcloud template settings into metadata, and remove contents of definition (since no fields edited by studio authors have scope.settings) --- .../lib/xmodule/xmodule/templates/word_cloud/default.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/templates/word_cloud/default.yaml b/common/lib/xmodule/xmodule/templates/word_cloud/default.yaml index 8317a0e78e..7f1c838ca9 100644 --- a/common/lib/xmodule/xmodule/templates/word_cloud/default.yaml +++ b/common/lib/xmodule/xmodule/templates/word_cloud/default.yaml @@ -2,6 +2,8 @@ metadata: display_name: Word cloud version: 1 -data: | - + num_inputs: 5 + num_top_words: 250 + display_student_percents: True +data: {} children: []