|
@@ -583,5 +583,785 @@ function materio_content_types_strongarm() {
|
|
|
$strongarm->value = 0;
|
|
|
$export['node_submitted_webform'] = $strongarm;
|
|
|
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_comments';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_comments'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_css';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_css'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_footer_options';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_footer_options'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_footer_user';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_footer_user'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_book_link';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_html_book_link'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_materiau';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_comment_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_comment_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_materiau';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_html_display_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_sys_urllist';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_sys_urllist'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_materiau';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_urllist_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_urllist_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_display_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_display_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_link_class';
|
|
|
+ $strongarm->value = 'print-page';
|
|
|
+ $export['print_html_link_class'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_link_pos';
|
|
|
+ $strongarm->value = array(
|
|
|
+ 'link' => 'link',
|
|
|
+ 'corner' => 0,
|
|
|
+ 'block' => 'block',
|
|
|
+ 'help' => 'help',
|
|
|
+ );
|
|
|
+ $export['print_html_link_pos'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_link_teaser';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_link_teaser'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_link_use_alias';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_link_use_alias'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_new_window';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_new_window'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_sendtoprinter';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_html_sendtoprinter'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_show_link';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_html_show_link'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_sys_link_pages';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_html_sys_link_pages'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_sys_link_visibility';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_html_sys_link_visibility'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_html_windowclose';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_html_windowclose'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_keep_theme_css';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_keep_theme_css'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_logo_options';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_logo_options'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_logo_upload';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_logo_upload'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_logo_url';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_logo_url'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_newwindow';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_newwindow'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_autoconfig';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_pdf_autoconfig'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_book_link';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_pdf_book_link'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_content_disposition';
|
|
|
+ $strongarm->value = '2';
|
|
|
+ $export['print_pdf_content_disposition'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_materiau';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_comment_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_comment_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_materiau';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_pdf_display_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_sys_urllist';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_sys_urllist'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_breve';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_breve'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_company';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_company'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_didactique';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_didactique'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_faq';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_faq'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_looping_embed_video';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_looping_embed_video'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_materiau';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_materiau'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_page';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_page'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_simplenews';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_simplenews'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_static_page_plaintext';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_static_page_plaintext'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_urllist_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_urllist_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_display_webform';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_display_webform'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_dompdf_unicode';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_dompdf_unicode'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_filename';
|
|
|
+ $strongarm->value = '[site:name]-[node:title]-[node:changed:custom:Y-m-d]';
|
|
|
+ $export['print_pdf_filename'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_font_family';
|
|
|
+ $strongarm->value = 'dejavusans';
|
|
|
+ $export['print_pdf_font_family'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_font_size';
|
|
|
+ $strongarm->value = '10';
|
|
|
+ $export['print_pdf_font_size'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_font_subsetting';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_font_subsetting'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_images_via_file';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_images_via_file'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_link_class';
|
|
|
+ $strongarm->value = 'print-pdf';
|
|
|
+ $export['print_pdf_link_class'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_link_pos';
|
|
|
+ $strongarm->value = array(
|
|
|
+ 'link' => 'link',
|
|
|
+ 'corner' => 0,
|
|
|
+ 'block' => 'block',
|
|
|
+ 'help' => 'help',
|
|
|
+ );
|
|
|
+ $export['print_pdf_link_pos'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_link_teaser';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_link_teaser'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_link_use_alias';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_pdf_link_use_alias'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_page_orientation';
|
|
|
+ $strongarm->value = 'portrait';
|
|
|
+ $export['print_pdf_page_orientation'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_paper_size';
|
|
|
+ $strongarm->value = 'A4';
|
|
|
+ $export['print_pdf_paper_size'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_pdf_tool';
|
|
|
+ $strongarm->value = 'print_pdf_tcpdf|sites/all/libraries/tcpdf/tcpdf.php';
|
|
|
+ $export['print_pdf_pdf_tool'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_show_link';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_pdf_show_link'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_sys_link_pages';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['print_pdf_sys_link_pages'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_sys_link_visibility';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['print_pdf_sys_link_visibility'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_pdf_wkhtmltopdf_options';
|
|
|
+ $strongarm->value = '--footer-font-size 7 --footer-right \'[page]\'';
|
|
|
+ $export['print_pdf_wkhtmltopdf_options'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_robots_noarchive';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_robots_noarchive'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_robots_nofollow';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_robots_nofollow'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_robots_noindex';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['print_robots_noindex'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_sourceurl_date';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_sourceurl_date'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_sourceurl_enabled';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_sourceurl_enabled'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_sourceurl_forcenode';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_sourceurl_forcenode'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_urls';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_urls'] = $strongarm;
|
|
|
+
|
|
|
+ $strongarm = new stdClass();
|
|
|
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
+ $strongarm->api_version = 1;
|
|
|
+ $strongarm->name = 'print_urls_anchors';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['print_urls_anchors'] = $strongarm;
|
|
|
+
|
|
|
return $export;
|
|
|
}
|