@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.

Projects - fix typo in config

Summary: type "string" should be type "text". Ref T6366.

Test Plan: viewed config and saw appropriate, working example

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: Korvin, epriestley

Maniphest Tasks: T6366

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

+1 -1
+1 -1
src/applications/project/config/PhabricatorProjectConfigOptions.php
··· 32 32 'Array of custom fields for Projects.')) 33 33 ->addExample( 34 34 '{"mycompany:motto": {"name": "Project Motto", '. 35 - '"type": "string"}}', 35 + '"type": "text"}}', 36 36 pht('Valid Setting')), 37 37 $this->newOption('projects.fields', $custom_field_type, $default_fields) 38 38 ->setCustomData(id(new PhabricatorProject())->getCustomFieldBaseClass())