Browse Source

added class field to page links field

Bachir Soussi Chiadmi 9 years ago
parent
commit
22e93d650e

+ 12 - 12
sites/all/modules/features/materio_content_types/materio_content_types.features.field_instance.inc

@@ -61,7 +61,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 12,
       ),
       'print' => array(
         'label' => 'above',
@@ -150,7 +150,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 4,
       ),
       'print' => array(
         'label' => 'above',
@@ -242,7 +242,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 9,
       ),
       'print' => array(
         'label' => 'above',
@@ -325,7 +325,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 10,
       ),
       'print' => array(
         'label' => 'above',
@@ -407,7 +407,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 2,
       ),
       'print' => array(
         'label' => 'above',
@@ -501,7 +501,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 8,
       ),
       'print' => array(
         'label' => 'above',
@@ -600,7 +600,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 3,
       ),
       'print' => array(
         'label' => 'above',
@@ -690,7 +690,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 6,
       ),
       'print' => array(
         'label' => 'above',
@@ -796,7 +796,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 11,
       ),
       'print' => array(
         'label' => 'above',
@@ -891,7 +891,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 5,
       ),
       'print' => array(
         'label' => 'above',
@@ -980,7 +980,7 @@ function materio_content_types_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 0,
+        'weight' => 7,
       ),
       'print' => array(
         'label' => 'above',
@@ -4228,7 +4228,7 @@ function materio_content_types_field_default_field_instances() {
       'absolute_url' => 1,
       'attributes' => array(
         'class' => '',
-        'configurable_class' => 0,
+        'configurable_class' => 1,
         'configurable_title' => 0,
         'rel' => '',
         'target' => 'user',

+ 52 - 0
sites/all/modules/features/materio_content_types/materio_content_types.strongarm.inc

@@ -76,6 +76,58 @@ function materio_content_types_strongarm() {
             'visible' => FALSE,
           ),
         ),
+        'workflow_current_state' => array(
+          'homeblock' => array(
+            'weight' => '0',
+            'visible' => FALSE,
+          ),
+          'teaser' => array(
+            'weight' => '-99',
+            'visible' => FALSE,
+          ),
+          'cardsmall' => array(
+            'weight' => '-99',
+            'visible' => FALSE,
+          ),
+          'cardmedium' => array(
+            'weight' => '-99',
+            'visible' => FALSE,
+          ),
+          'cardbig' => array(
+            'weight' => '-99',
+            'visible' => FALSE,
+          ),
+          'cardfull' => array(
+            'weight' => '-99',
+            'visible' => FALSE,
+          ),
+        ),
+        'workflow' => array(
+          'homeblock' => array(
+            'weight' => '1',
+            'visible' => FALSE,
+          ),
+          'teaser' => array(
+            'weight' => '99',
+            'visible' => FALSE,
+          ),
+          'cardsmall' => array(
+            'weight' => '99',
+            'visible' => FALSE,
+          ),
+          'cardmedium' => array(
+            'weight' => '99',
+            'visible' => FALSE,
+          ),
+          'cardbig' => array(
+            'weight' => '99',
+            'visible' => FALSE,
+          ),
+          'cardfull' => array(
+            'weight' => '99',
+            'visible' => FALSE,
+          ),
+        ),
       ),
     ),
   );