bootstrap.info 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. name = Bootstrap
  2. description = Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.
  3. core = 7.x
  4. php = 5.3.0
  5. ;;;;;;;;;;;;;;;;;;;;;
  6. ;; SimplyTest.me
  7. ;;;;;;;;;;;;;;;;;;;;;
  8. simplytest_dependencies[] = jquery_update
  9. ;;;;;;;;;;;;;;;;;;;;;
  10. ;; Regions
  11. ;;;;;;;;;;;;;;;;;;;;;
  12. regions[navigation] = 'Navigation'
  13. regions[header] = 'Top Bar'
  14. regions[highlighted] = 'Highlighted'
  15. regions[help] = 'Help'
  16. regions[content] = 'Content'
  17. regions[sidebar_first] = 'Primary'
  18. regions[sidebar_second] = 'Secondary'
  19. regions[footer] = 'Footer'
  20. regions[page_top] = 'Page top'
  21. regions[page_bottom] = 'Page bottom'
  22. ;;;;;;;;;;;;;;;;;;;;;
  23. ;; Theme Settings
  24. ;;;;;;;;;;;;;;;;;;;;;
  25. ; Container
  26. ; --------------
  27. settings[bootstrap_fluid_container] = 0
  28. ; Buttons
  29. ; --------------
  30. settings[bootstrap_button_size] = ''
  31. settings[bootstrap_button_colorize] = 1
  32. settings[bootstrap_button_iconize] = 1
  33. ; Images
  34. ; --------------
  35. settings[bootstrap_image_shape] = ''
  36. settings[bootstrap_image_responsive] = 1
  37. ; Tables
  38. ; --------------
  39. settings[bootstrap_table_bordered] = 0
  40. settings[bootstrap_table_condensed] = 0
  41. settings[bootstrap_table_hover] = 1
  42. settings[bootstrap_table_striped] = 1
  43. settings[bootstrap_table_responsive] = -1
  44. ; Breadcrumbs
  45. ; --------------
  46. settings[bootstrap_breadcrumb] = 1
  47. settings[bootstrap_breadcrumb_home] = 0
  48. settings[bootstrap_breadcrumb_title] = 1
  49. ; Navbar
  50. ; --------------
  51. settings[bootstrap_navbar_position] = ''
  52. settings[bootstrap_navbar_inverse] = 0
  53. ; Pager
  54. ; --------------
  55. settings[bootstrap_pager_first_and_last] = 1
  56. ; Region Wells
  57. ; --------------
  58. settings[bootstrap_region_well-navigation] = ''
  59. settings[bootstrap_region_well-header] = ''
  60. settings[bootstrap_region_well-highlighted] = ''
  61. settings[bootstrap_region_well-help] = ''
  62. settings[bootstrap_region_well-content] = ''
  63. settings[bootstrap_region_well-sidebar_first] = 'well'
  64. settings[bootstrap_region_well-sidebar_second] = ''
  65. settings[bootstrap_region_well-footer] = ''
  66. ; Anchors
  67. ; --------------
  68. settings[bootstrap_anchors_fix] = 0
  69. settings[bootstrap_anchors_smooth_scrolling] = 0
  70. ; Forms
  71. ; --------------
  72. settings[bootstrap_forms_required_has_error] = 0
  73. settings[bootstrap_forms_has_error_value_toggle] = 1
  74. settings[bootstrap_forms_smart_descriptions] = 1
  75. settings[bootstrap_forms_smart_descriptions_limit] = 250
  76. settings[bootstrap_forms_smart_descriptions_allowed_tags] = 'b, code, em, i, kbd, span, strong'
  77. ; Popovers
  78. ; --------------
  79. settings[bootstrap_popover_enabled] = 1
  80. settings[bootstrap_popover_animation] = 1
  81. settings[bootstrap_popover_html] = 0
  82. settings[bootstrap_popover_placement] = 'right'
  83. settings[bootstrap_popover_selector] = ''
  84. settings[bootstrap_popover_trigger]['hover'] = 0
  85. settings[bootstrap_popover_trigger]['focus'] = 0
  86. settings[bootstrap_popover_trigger]['click'] = 'click'
  87. settings[bootstrap_popover_trigger_autoclose] = 1
  88. settings[bootstrap_popover_title] = ''
  89. settings[bootstrap_popover_content] = ''
  90. settings[bootstrap_popover_delay] = 0
  91. settings[bootstrap_popover_container] = 'body'
  92. ; Tooltips
  93. ; --------------
  94. settings[bootstrap_tooltip_enabled] = 1
  95. settings[bootstrap_tooltip_animation] = 1
  96. settings[bootstrap_tooltip_html] = 0
  97. settings[bootstrap_tooltip_placement] = 'auto left'
  98. settings[bootstrap_tooltip_selector] = ''
  99. settings[bootstrap_tooltip_trigger]['hover'] = 'hover'
  100. settings[bootstrap_tooltip_trigger]['focus'] = 'focus'
  101. settings[bootstrap_tooltip_trigger]['click'] = 0
  102. settings[bootstrap_tooltip_delay] = 0
  103. settings[bootstrap_tooltip_container] = 'body'
  104. ; Advanced
  105. ; --------------
  106. settings[bootstrap_cdn_provider] = 'jsdelivr'
  107. settings[bootstrap_cdn_custom_css] = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.css'
  108. settings[bootstrap_cdn_custom_css_min] = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css'
  109. settings[bootstrap_cdn_custom_js] = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.js'
  110. settings[bootstrap_cdn_custom_js_min] = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.min.js'
  111. settings[bootstrap_cdn_jsdelivr_version] = '3.4.1'
  112. settings[bootstrap_cdn_jsdelivr_theme] = 'bootstrap'
  113. ; Global
  114. ; --------------
  115. settings[toggle_name] = 1
  116. settings[toggle_search] = 1
  117. ; jQuery Update
  118. ; --------------
  119. settings[jquery_update_jquery_version] = 2.1
  120. ;;;;;;;;;;;;;;;;;;;;;
  121. ;; Excludes
  122. ;;;;;;;;;;;;;;;;;;;;;
  123. ; JavaScript
  124. ; --------------
  125. ; exclude[js][] = 'modules/contextual/contextual.js'
  126. ; CSS
  127. ; --------------
  128. ; Necessary module CSS.
  129. ;exclude[css][] = 'modules/block/block.css'
  130. ;exclude[css][] = 'modules/node/node.css'
  131. ;exclude[css][] = 'modules/system/admin.css'
  132. ;exclude[css][] = 'modules/system/system.css'
  133. ;exclude[css][] = 'modules/system/system.admin.css'
  134. ;exclude[css][] = 'modules/system/system.base.css'
  135. exclude[css][] = 'misc/vertical-tabs.css'
  136. exclude[css][] = 'modules/aggregator/aggregator.css'
  137. exclude[css][] = 'modules/book/book.css'
  138. exclude[css][] = 'modules/comment/comment.css'
  139. exclude[css][] = 'modules/dblog/dblog.css'
  140. exclude[css][] = 'modules/file/file.css'
  141. exclude[css][] = 'modules/filter/filter.css'
  142. exclude[css][] = 'modules/forum/forum.css'
  143. exclude[css][] = 'modules/help/help.css'
  144. exclude[css][] = 'modules/menu/menu.css'
  145. exclude[css][] = 'modules/openid/openid.css'
  146. exclude[css][] = 'modules/poll/poll.css'
  147. exclude[css][] = 'modules/search/search.css'
  148. exclude[css][] = 'modules/statistics/statistics.css'
  149. exclude[css][] = 'modules/syslog/syslog.css'
  150. exclude[css][] = 'modules/system/maintenance.css'
  151. exclude[css][] = 'modules/system/system.maintenance.css'
  152. exclude[css][] = 'modules/system/system.menus.css'
  153. exclude[css][] = 'modules/system/system.messages.css'
  154. exclude[css][] = 'modules/system/system.theme.css'
  155. exclude[css][] = 'modules/taxonomy/taxonomy.css'
  156. exclude[css][] = 'modules/tracker/tracker.css'
  157. exclude[css][] = 'modules/update/update.css'
  158. exclude[css][] = 'modules/user/user.css'
  159. ;;;;;;;;;;;;;;;;;;;;;
  160. ;; Breakpoints
  161. ;;;;;;;;;;;;;;;;;;;;;
  162. breakpoints[screen-xs-max] = (max-width: 767px)
  163. breakpoints[screen-sm-min] = (min-width: 768px)
  164. breakpoints[screen-sm-max] = (max-width: 991px)
  165. breakpoints[screen-md-min] = (min-width: 992px)
  166. breakpoints[screen-md-max] = (max-width: 1199px)
  167. breakpoints[screen-lg-min] = (min-width: 1200px)
  168. ; Multipiers
  169. multipliers[screen-xs-max][] = 1.5x
  170. multipliers[screen-xs-max][] = 2x
  171. multipliers[screen-sm-min][] = 1.5x
  172. multipliers[screen-sm-min][] = 2x
  173. multipliers[screen-sm-max][] = 1.5x
  174. multipliers[screen-sm-max][] = 2x
  175. multipliers[screen-md-min][] = 1.5x
  176. multipliers[screen-md-min][] = 2x
  177. multipliers[screen-md-max][] = 1.5x
  178. multipliers[screen-md-max][] = 2x
  179. multipliers[screen-lg-min][] = 1.5x
  180. multipliers[screen-lg-min][] = 2x
  181. ; Information added by Drupal.org packaging script on 2019-06-20
  182. version = "7.x-3.26"
  183. core = "7.x"
  184. project = "bootstrap"
  185. datestamp = "1561051701"