@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Description Header/Icon in Pholio

Summary: Add described, simple header and icon with divider.

Test Plan: Tested on an existing mock and created a new mock with and without a description.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8181

+4
+4
src/applications/pholio/controller/PholioMockViewController.php
··· 219 219 220 220 $properties->invokeWillRenderEvent(); 221 221 222 + $properties->addSectionHeader( 223 + pht('Description'), 224 + PHUIPropertyListView::ICON_SUMMARY); 225 + 222 226 $properties->addImageContent( 223 227 $engine->getOutput($mock, PholioMock::MARKUP_FIELD_DESCRIPTION)); 224 228