diff --git a/sites/all/modules/features/materio_content_types/materio_content_types.features.user_permission.inc b/sites/all/modules/features/materio_content_types/materio_content_types.features.user_permission.inc index 9f49c7fd..7f1b0d8a 100644 --- a/sites/all/modules/features/materio_content_types/materio_content_types.features.user_permission.inc +++ b/sites/all/modules/features/materio_content_types/materio_content_types.features.user_permission.inc @@ -10,6 +10,18 @@ function materio_content_types_user_default_permissions() { $permissions = array(); + // Exported permission: 'access print'. + $permissions['access print'] = array( + 'name' => 'access print', + 'roles' => array( + 'Adhérent' => 'Adhérent', + 'Premium' => 'Premium', + 'administrator' => 'administrator', + 'root' => 'root', + ), + 'module' => 'print', + ); + // Exported permission: 'access private fields'. $permissions['access private fields'] = array( 'name' => 'access private fields', @@ -28,6 +40,15 @@ function materio_content_types_user_default_permissions() { 'module' => 'field_permissions', ); + // Exported permission: 'administer print'. + $permissions['administer print'] = array( + 'name' => 'administer print', + 'roles' => array( + 'root' => 'root', + ), + 'module' => 'print', + ); + // Exported permission: 'create field_attachments'. $permissions['create field_attachments'] = array( 'name' => 'create field_attachments', @@ -488,6 +509,15 @@ function materio_content_types_user_default_permissions() { 'module' => 'field_permissions', ); + // Exported permission: 'node-specific print configuration'. + $permissions['node-specific print configuration'] = array( + 'name' => 'node-specific print configuration', + 'roles' => array( + 'root' => 'root', + ), + 'module' => 'print_ui', + ); + // Exported permission: 'show breve title'. $permissions['show breve title'] = array( 'name' => 'show breve title', diff --git a/sites/all/modules/features/materio_content_types/materio_content_types.info b/sites/all/modules/features/materio_content_types/materio_content_types.info index f79a28ce..09d4d663 100644 --- a/sites/all/modules/features/materio_content_types/materio_content_types.info +++ b/sites/all/modules/features/materio_content_types/materio_content_types.info @@ -21,8 +21,9 @@ dependencies[] = list dependencies[] = materio_page_title dependencies[] = materio_subscriptions dependencies[] = materio_user_profiles -dependencies[] = node dependencies[] = options +dependencies[] = print +dependencies[] = print_ui dependencies[] = strongarm dependencies[] = taxonomy dependencies[] = term_reference_tree @@ -180,8 +181,10 @@ features[node][] = webform features[taxonomy][] = company features[taxonomy][] = onthologie features[taxonomy][] = tag_libres +features[user_permission][] = access print features[user_permission][] = access private fields features[user_permission][] = administer field permissions +features[user_permission][] = administer print features[user_permission][] = create field_attachments features[user_permission][] = create field_company features[user_permission][] = create field_company_distrib @@ -230,6 +233,7 @@ features[user_permission][] = edit own field_reference_materio features[user_permission][] = edit own field_tode_company features[user_permission][] = edit own field_weight features[user_permission][] = edit own field_workflow_state +features[user_permission][] = node-specific print configuration features[user_permission][] = show breve title features[user_permission][] = show company title features[user_permission][] = show materiau title @@ -310,5 +314,116 @@ features[variable][] = node_submitted_company features[variable][] = node_submitted_materiau features[variable][] = node_submitted_page features[variable][] = node_submitted_webform +features[variable][] = print_comments +features[variable][] = print_css +features[variable][] = print_footer_options +features[variable][] = print_footer_user +features[variable][] = print_html_book_link +features[variable][] = print_html_display_breve +features[variable][] = print_html_display_comment_breve +features[variable][] = print_html_display_comment_company +features[variable][] = print_html_display_comment_didactique +features[variable][] = print_html_display_comment_faq +features[variable][] = print_html_display_comment_looping_embed_video +features[variable][] = print_html_display_comment_materiau +features[variable][] = print_html_display_comment_page +features[variable][] = print_html_display_comment_simplenews +features[variable][] = print_html_display_comment_static_page_plaintext +features[variable][] = print_html_display_comment_webform +features[variable][] = print_html_display_company +features[variable][] = print_html_display_didactique +features[variable][] = print_html_display_faq +features[variable][] = print_html_display_looping_embed_video +features[variable][] = print_html_display_materiau +features[variable][] = print_html_display_page +features[variable][] = print_html_display_simplenews +features[variable][] = print_html_display_static_page_plaintext +features[variable][] = print_html_display_sys_urllist +features[variable][] = print_html_display_urllist_breve +features[variable][] = print_html_display_urllist_company +features[variable][] = print_html_display_urllist_didactique +features[variable][] = print_html_display_urllist_faq +features[variable][] = print_html_display_urllist_looping_embed_video +features[variable][] = print_html_display_urllist_materiau +features[variable][] = print_html_display_urllist_page +features[variable][] = print_html_display_urllist_simplenews +features[variable][] = print_html_display_urllist_static_page_plaintext +features[variable][] = print_html_display_urllist_webform +features[variable][] = print_html_display_webform +features[variable][] = print_html_link_class +features[variable][] = print_html_link_pos +features[variable][] = print_html_link_teaser +features[variable][] = print_html_link_use_alias +features[variable][] = print_html_new_window +features[variable][] = print_html_sendtoprinter +features[variable][] = print_html_show_link +features[variable][] = print_html_sys_link_pages +features[variable][] = print_html_sys_link_visibility +features[variable][] = print_html_windowclose +features[variable][] = print_keep_theme_css +features[variable][] = print_logo_options +features[variable][] = print_logo_upload +features[variable][] = print_logo_url +features[variable][] = print_newwindow +features[variable][] = print_pdf_autoconfig +features[variable][] = print_pdf_book_link +features[variable][] = print_pdf_content_disposition +features[variable][] = print_pdf_display_breve +features[variable][] = print_pdf_display_comment_breve +features[variable][] = print_pdf_display_comment_company +features[variable][] = print_pdf_display_comment_didactique +features[variable][] = print_pdf_display_comment_faq +features[variable][] = print_pdf_display_comment_looping_embed_video +features[variable][] = print_pdf_display_comment_materiau +features[variable][] = print_pdf_display_comment_page +features[variable][] = print_pdf_display_comment_simplenews +features[variable][] = print_pdf_display_comment_static_page_plaintext +features[variable][] = print_pdf_display_comment_webform +features[variable][] = print_pdf_display_company +features[variable][] = print_pdf_display_didactique +features[variable][] = print_pdf_display_faq +features[variable][] = print_pdf_display_looping_embed_video +features[variable][] = print_pdf_display_materiau +features[variable][] = print_pdf_display_page +features[variable][] = print_pdf_display_simplenews +features[variable][] = print_pdf_display_static_page_plaintext +features[variable][] = print_pdf_display_sys_urllist +features[variable][] = print_pdf_display_urllist_breve +features[variable][] = print_pdf_display_urllist_company +features[variable][] = print_pdf_display_urllist_didactique +features[variable][] = print_pdf_display_urllist_faq +features[variable][] = print_pdf_display_urllist_looping_embed_video +features[variable][] = print_pdf_display_urllist_materiau +features[variable][] = print_pdf_display_urllist_page +features[variable][] = print_pdf_display_urllist_simplenews +features[variable][] = print_pdf_display_urllist_static_page_plaintext +features[variable][] = print_pdf_display_urllist_webform +features[variable][] = print_pdf_display_webform +features[variable][] = print_pdf_dompdf_unicode +features[variable][] = print_pdf_filename +features[variable][] = print_pdf_font_family +features[variable][] = print_pdf_font_size +features[variable][] = print_pdf_font_subsetting +features[variable][] = print_pdf_images_via_file +features[variable][] = print_pdf_link_class +features[variable][] = print_pdf_link_pos +features[variable][] = print_pdf_link_teaser +features[variable][] = print_pdf_link_use_alias +features[variable][] = print_pdf_page_orientation +features[variable][] = print_pdf_paper_size +features[variable][] = print_pdf_pdf_tool +features[variable][] = print_pdf_show_link +features[variable][] = print_pdf_sys_link_pages +features[variable][] = print_pdf_sys_link_visibility +features[variable][] = print_pdf_wkhtmltopdf_options +features[variable][] = print_robots_noarchive +features[variable][] = print_robots_nofollow +features[variable][] = print_robots_noindex +features[variable][] = print_sourceurl_date +features[variable][] = print_sourceurl_enabled +features[variable][] = print_sourceurl_forcenode +features[variable][] = print_urls +features[variable][] = print_urls_anchors features[views_view][] = entity_reference_materiaux_breves +mtime = 1429454534 project path = sites/all/modules/features diff --git a/sites/all/modules/features/materio_content_types/materio_content_types.strongarm.inc b/sites/all/modules/features/materio_content_types/materio_content_types.strongarm.inc index 7db0ed96..dbd34804 100644 --- a/sites/all/modules/features/materio_content_types/materio_content_types.strongarm.inc +++ b/sites/all/modules/features/materio_content_types/materio_content_types.strongarm.inc @@ -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; }