Comments

tbfisher created an issue. See original summary.

brianfisher’s picture

Issue summary: View changes
minnur’s picture

Also https://developer.apple.com/library/ios/documentation/General/Conceptual... (paragraphSpacingBefore, paragraphSpacingAfter)

minnur’s picture

Add

public function setTextColor($value) {
    $value = strtoupper($value);

to ChapterThree\AppleNewsAPI\Document\Styles\TextStyle:: setTextColor

m4olivei’s picture

Issue summary: View changes

Advertising Settings implemented for 7.x-2.x branch in https://www.drupal.org/node/2843972

m4olivei’s picture

Caption descriptor support available via PR for the library: https://github.com/chapter-three/AppleNewsAPI/pull/11. No direct integration in the module as of yet, but you can of course make use of this in custom Export/Destination objects.