Closed (fixed)
Project:
Humans.txt
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Mar 2020 at 15:54 UTC
Updated:
22 Apr 2020 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pcambraComment #3
davidjguruComment #4
davidjguruHi, I've just upload a patch creating this kind of file for the humanstxt settings.
Greetings,
David.
Comment #5
davidjguruComment #6
pcambraLooks good, have you checked with https://www.drupal.org/project/config_inspector?
Comment #7
pcambraShould this be translatable at all? not 100% sure
https://www.drupal.org/docs/8/api/configuration-api/configuration-schema...
Comment #8
davidjguruHi, I don't know about this resource...I'll test the config_inspector contrib module.
About the translation, I didn't think so, but I can change the code and add the translation key, for sure.
I'll make a new patch.
Greetings,
David.
Comment #9
davidjguruHi, I just reload a new version of the patch, testing it with the config_inspector contrib module (Here the feedback from the UI).

I've changed the type: string for the type:text, based in the recommended type for long strings:
https://git.drupalcode.org/project/drupal/blob/8.0.x/core/config/schema/core.data_types.schema.yml#L500
In order to avoid future confussions using the tag "label", I've used the explicit form of the translation key, this is:
instead of:
type: labelGreetings,
David.
Comment #11
pcambraAwesome, many thanks!