From 8e0a5445457390575f42decb728b1f0e56565808 Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 7 Feb 2014 18:09:53 +0100 Subject: [PATCH] Updated readme. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index cbf189a51e..ce1198954a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ group2: priority: 2 columns: custom_field_name: - custom_field: true has_label: true font_size: 15 minimum_lines: 1 @@ -138,9 +137,7 @@ group2: Any number of rows can be defined. The font_size and minimum_lines properties define how much height on the card is given to the row. The plugin will attempt to assign enough space to each of the rows, however space will be assigned based on the priorities of the the rows, with rows with lower priority (higher numbers) being reduced and removed first if there is not enough for all the data. The row height can be forced by giving a value, in pixels, for the row height property. This will override the assigned row height. -The name of the column informs the plugin which data should be read from the model (status, due_date, id, etc.). There can be any number of columns per row. Columns are given an equal share of the row width unless a specific width % is given. If there is more text in the column than can fit into its assinged space on the card then the text will be truncated. - -A column can also contain data from a custom field. The column must have the property custom_field set to true in order for it to appear. +The name of the column informs the plugin which data should be read from the model (status, due_date, id, etc.). There can be any number of columns per row. Custom field names can also be used. Columns are given an equal share of the row width unless a specific width % is given. If there is more text in the column than can fit into its assinged space on the card then the text will be truncated. Bug Reporting -------------