Sha256: bf05da5bd038be47d4195032db94414da6b1131e82d67e737c6a0124b7fc7fd8
Contents?: true
Size: 556 Bytes
Versions: 46
Compression:
Stored size: 556 Bytes
Contents
pageflow.Theme = Backbone.Model.extend({ title: function() { return I18n.t('pageflow.' + this.get('name') + '_theme.name'); }, thumbnailUrl: function() { return this.get('preview_thumbnail_url'); }, hasHomeButton: function() { return this.get('home_button'); }, hasOverviewButton: function() { return this.get('overview_button'); }, supportsEmphasizedPages: function() { return this.get('emphasized_pages'); }, supportsScrollIndicatorModes: function() { return this.get('scroll_indicator_modes'); } });
Version data entries
46 entries across 46 versions & 1 rubygems