Subversion Repositories bacoAlunos

Rev

Rev 1717 | Rev 1732 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1717 Rev 1725
Line 162... Line 162...
162
                            column.blocks.push(
162
                            column.blocks.push(
163
                                    {
163
                                    {
164
                                        "showTitle" : true,
164
                                        "showTitle" : true,
165
                                        "showDescription" : false,
165
                                        "showDescription" : false,
166
                                        "cols" : 6,
166
                                        "cols" : 6,
167
                                        "type" : "block"
167
                                        "type" : "block",
-
 
168
                                        "orderBy" : "publishDateDesc",
-
 
169
                                        "tree": false,
-
 
170
                                        "showDocumentMetaData" : false,
-
 
171
                                        "datesFormat" : "YY",
-
 
172
                                        "showFileTitle" : true,
-
 
173
                                        "showFileDescription": false
-
 
174
 
168
                                    }
175
                                    }
169
                            );
176
                            );
170
                        }
177
                        }
171
 
178
 
172
                        $scope.addCollectionId = function(block)
179
                        $scope.addCollectionId = function(block)