We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the CMS the popup loads, with Title and Link Type fields, but when you select a type from the dropdown no additional fields appear.
Looks like it might be an issue with display logic?
Code we are using to add the field is:
class SomeClass extends DataObject { static $has_one = array( 'Link' => 'Link' ); public function getCMSFields() { $fields = parent::getCMSFields(); $fields->addFieldToTab( 'Root.Main', LinkField::create('LinkID', 'Link to page or file') ); return $fields; } }
This is on a vanilla Silverstripe 3.3.1 install. It works fine on 3.1.* :-s
Mo
The text was updated successfully, but these errors were encountered:
I have the same issue. Im using Silverstripe 3.3.* This was used by ilateral on his carousel module. Any updates on this issue?
Sorry, something went wrong.
No branches or pull requests
In the CMS the popup loads, with Title and Link Type fields, but when you select a type from the dropdown no additional fields appear.
Looks like it might be an issue with display logic?
Code we are using to add the field is:
This is on a vanilla Silverstripe 3.3.1 install. It works fine on 3.1.* :-s
Mo
The text was updated successfully, but these errors were encountered: