Add ability to add links to external posts
Add the ability to add links to external blog posts within my blog feed. This is done based on a new `field_external_link` field that allows for adding the external link URL and the domain name as the title. The node links are then overridden to use the external link if there is one, so the node title and 'read more' links are changed to use the external link. Currently, automated tweets are not generated for external posts. Fixes #182
This commit is contained in:
parent
8385d6fef7
commit
0f07d3d231
9 changed files with 109 additions and 2 deletions
|
@ -33,6 +33,7 @@ content:
|
|||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
field_external_link: true
|
||||
field_has_tweet: true
|
||||
field_images: true
|
||||
field_sent_to_social_media: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue