Skip to content

Commit

Permalink
Recreated archimedes server feature to add site environment into at a…
Browse files Browse the repository at this point in the history
… glance view
  • Loading branch information
Adam Bramley committed Feb 16, 2011
1 parent 3599a11 commit b6149fa
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ features[views_api][] = "api:2"
name = "Archimedes Server"
package = "Archimedes Server"
project = "archimedes_server"
version = "6.x-1.0-beta13"
version = "6.x-1.0-beta14"
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,44 @@ function archimedes_server_views_default_views() {
'field' => 'body',
'relationship' => 'none',
),
'field_site_env_value' => array(
'label' => 'Site Environment',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'html' => 0,
'strip_tags' => 0,
),
'empty' => '',
'hide_empty' => 1,
'empty_zero' => 0,
'link_to_node' => 0,
'label_type' => 'widget',
'format' => 'default',
'multiple' => array(
'group' => TRUE,
'multiple_number' => '',
'multiple_from' => '',
'multiple_reversed' => FALSE,
),
'exclude' => 0,
'id' => 'field_site_env_value',
'table' => 'node_data_field_site_env',
'field' => 'field_site_env_value',
'relationship' => 'none',
),
));
$handler->override_option('arguments', array(
'nid' => array(
Expand Down

0 comments on commit b6149fa

Please sign in to comment.