Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #597 from comicrelief/feature/PLAT-561_update_ds
Browse files Browse the repository at this point in the history
PLAT-561 update ds
  • Loading branch information
pvhee committed Nov 4, 2016
2 parents 95c6c5c + 9e237ac commit ff1172e
Show file tree
Hide file tree
Showing 185 changed files with 2,608 additions and 1,875 deletions.
4 changes: 2 additions & 2 deletions profiles/cr/drupal-org.make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ projects:
inline_entity_form:
version: 1.0-alpha6
layout_plugin:
version: 1.0-alpha22
version: 1.0-alpha23
page_manager:
version: 1.0-alpha23
panels:
Expand All @@ -64,7 +64,7 @@ projects:
panelizer:
version: 3.0-alpha2
ds:
version: 2.4
version: 2.6
field_group:
version: 1.0-rc4
entity_reference_revisions:
Expand Down
3 changes: 0 additions & 3 deletions profiles/cr/modules/contrib/ds/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
"issues": "https://www.drupal.org/project/issues/ds",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "http://git.drupal.org/project/ds.git"
},
"require": {
"drupal/layout_plugin": "8.*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ft-show-colon: false
classes:
region: { }
field: { }
use_field_names: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ core.entity_view_display.*.*.*.third_party.ds:
disable_css:
type: boolean
label: 'Disable CSS or not'
entity_classes:
type: string
label: 'Entity, bundle and view mode classes'
settings:
type: mapping
label: 'Display Suite layout settings'
Expand Down
3 changes: 3 additions & 0 deletions profiles/cr/modules/contrib/ds/config/schema/ds.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ ds.settings:
sequence:
- type: string
label: 'Field class'
use_field_names:
type: boolean
label: 'Use field names as field keys'
4 changes: 2 additions & 2 deletions profiles/cr/modules/contrib/ds/css/ds-2col-fluid.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

[dir="rtl"] .ds-2col-fluid > .group-left {
float: right;
float: right;
}

.ds-2col-fluid > .group-right {
Expand All @@ -18,7 +18,7 @@
}

[dir="rtl"] .ds-2col-fluid > .group-right {
float: left;
float: left;
}

.ds-2col-fluid.group-one-column > .group-left,
Expand Down
7 changes: 2 additions & 5 deletions profiles/cr/modules/contrib/ds/css/ds-2col-stacked-fluid.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
* Styling for the ds-2col-stacked-fluid template.
*/

.ds-2col-stacked-fluid > .group-header {
}

.ds-2col-stacked-fluid > .group-left {
float: left; /* LTR */
width: 50%;
}

[dir="rtl"] .ds-2col-stacked-fluid > .group-left {
float: right;
float: right;
}

.ds-2col-stacked-fluid > .group-right {
Expand All @@ -21,7 +18,7 @@
}

[dir="rtl"] .ds-2col-stacked-fluid > .group-right {
float: left;
float: left;
}

.ds-2col-stacked-fluid.group-one-column > .group-left,
Expand Down
7 changes: 2 additions & 5 deletions profiles/cr/modules/contrib/ds/css/ds-2col-stacked.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
* Styling for the ds-2col-stacked template.
*/

.ds-2col-stacked > .group-header {
}

.ds-2col-stacked > .group-left {
float: left; /* LTR */
width: 50%;
}

[dir="rtl"] .ds-2col-stacked > .group-left {
float: right;
float: right;
}

.ds-2col-stacked > .group-right {
Expand All @@ -21,7 +18,7 @@
}

[dir="rtl"] .ds-2col-stacked > .group-right {
float: left;
float: left;
}

.ds-2col-stacked > .group-footer {
Expand Down
4 changes: 2 additions & 2 deletions profiles/cr/modules/contrib/ds/css/ds-2col.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

[dir="rtl"] .ds-2col > .group-left {
float: right;
float: right;
}

.ds-2col > .group-right {
Expand All @@ -18,5 +18,5 @@
}

[dir="rtl"] .ds-2col > .group-right {
float: right;
float: right;
}
6 changes: 3 additions & 3 deletions profiles/cr/modules/contrib/ds/css/ds-3col-equal-width.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

[dir="rtl"] .ds-3col-equal > .group-left {
float: right;
float: right;
}

.ds-3col-equal > .group-middle {
Expand All @@ -18,7 +18,7 @@
}

[dir="rtl"] .ds-3col-equal > .group-middle {
float: right;
float: right;
}

.ds-3col-equal > .group-right {
Expand All @@ -27,5 +27,5 @@
}

[dir="rtl"] .ds-3col-equal > .group-right {
float: left;
float: left;
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

[dir="rtl"] .ds-3col-stacked-equal > .group-left {
float: right;
float: right;
}

.ds-3col-stacked-equal > .group-middle {
Expand All @@ -22,7 +22,7 @@
}

[dir="rtl"] .ds-3col-stacked-equal > .group-middle {
float: right;
float: right;
}

.ds-3col-stacked-equal > .group-right {
Expand All @@ -31,7 +31,7 @@
}

[dir="rtl"] .ds-3col-stacked-equal > .group-right {
float: left;
float: left;
}

.ds-3col-stacked-equal > .group-footer {
Expand Down
6 changes: 3 additions & 3 deletions profiles/cr/modules/contrib/ds/css/ds-3col-stacked-fluid.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

[dir="rtl"] .ds-3col-stacked-fluid > .group-left {
float: right;
float: right;
}

.ds-3col-stacked-fluid > .group-middle {
Expand All @@ -22,7 +22,7 @@
}

[dir="rtl"] .ds-3col-stacked-fluid > .group-middle {
float: right;
float: right;
}

.ds-3col-stacked-fluid.group-one-sidebar > .group-middle {
Expand All @@ -39,7 +39,7 @@
}

[dir="rtl"] .ds-3col-stacked-fluid > .group-right {
float: left;
float: left;
}

.ds-3col-stacked-fluid > .group-footer {
Expand Down
6 changes: 3 additions & 3 deletions profiles/cr/modules/contrib/ds/css/ds-3col-stacked.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

[dir="rtl"] .ds-3col-stacked > .group-left {
float: right;
float: right;
}

.ds-3col-stacked > .group-middle {
Expand All @@ -22,7 +22,7 @@
}

[dir="rtl"] .ds-3col-stacked > .group-middle {
float: right;
float: right;
}

.ds-3col-stacked > .group-right {
Expand All @@ -31,7 +31,7 @@
}

[dir="rtl"] .ds-3col-stacked > .group-right {
float: left;
float: left;
}

.ds-3col-stacked > .group-footer {
Expand Down
6 changes: 3 additions & 3 deletions profiles/cr/modules/contrib/ds/css/ds-3col.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

[dir="rtl"] .ds-3col > .group-left {
float: right;
float: right;
}

.ds-3col > .group-middle {
Expand All @@ -18,7 +18,7 @@
}

[dir="rtl"] .ds-3col > .group-middle {
float: right;
float: right;
}

.ds-3col > .group-right {
Expand All @@ -27,5 +27,5 @@
}

[dir="rtl"] .ds-3col > .group-right {
float: left;
float: left;
}
8 changes: 4 additions & 4 deletions profiles/cr/modules/contrib/ds/css/ds-4col.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

[dir="rtl"] .ds-4col > .group-first {
float: right;
float: right;
}

.ds-4col > .group-second {
Expand All @@ -18,7 +18,7 @@
}

[dir="rtl"] .ds-4col > .group-second {
float: right;
float: right;
}

.ds-4col > .group-third {
Expand All @@ -27,7 +27,7 @@
}

[dir="rtl"] .ds-4col > .group-third {
float: right;
float: right;
}

.ds-4col > .group-fourth {
Expand All @@ -36,5 +36,5 @@
}

[dir="rtl"] .ds-4col > .group-fourth {
float: right;
float: right;
}
17 changes: 8 additions & 9 deletions profiles/cr/modules/contrib/ds/css/ds.admin.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

/**
* @file
* Administration CSS for Display Suite.
*/

.ds-extras-field-template {
margin-bottom: 1em;
}


#field-display-overview .ft-settings .ft-group {
border-top: 1px solid #aaa;
padding: 5px 0;
Expand Down Expand Up @@ -43,7 +42,7 @@
width: 130px;
}

.ds-after-suggestion{
.ds-after-suggestion {
clear: both;
padding-top: 10px;
}
Expand All @@ -69,7 +68,7 @@ table th.ds-display-list-options {
.vertical-tabs fieldset#edit-additional-settings-ds-page-title-options-page-option-contexts {
margin: 1em 0;
padding: 2.5em 0 0;
border: 1px solid #CCCCCC;
border: 1px solid #cccccc;
}

#edit-additional-settings-ds-page-title-options-page-option-contexts legend {
Expand All @@ -88,15 +87,15 @@ table th.ds-display-list-options {
}

.ds-layout-change-save {
clear: both;
clear: both;
}

.ds-layout-preview-arrow {
float: left;
margin: 80px 10px 0 5px;
float: left;
margin: 80px 10px 0 5px;
}

.ds-layout-regions {
float: left;
width: 210px;
float: left;
width: 210px;
}
6 changes: 2 additions & 4 deletions profiles/cr/modules/contrib/ds/drush/ExampleField.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?php
/**
* @file
* Contains \Drupal\example_field\Plugin\DsField\ExampleField.
*/

namespace Drupal\example_field\Plugin\DsField;

use Drupal\Core\Form\FormStateInterface;
use Drupal\ds\Plugin\DsField\DsFieldBase;

/**
* Generated field.
*
* @DsField(
* id = "example_field_ExampleField",
* title = @Translation("ExampleField"),
Expand Down
Loading

0 comments on commit ff1172e

Please sign in to comment.