1. Title (field title)
2. link (field more_info)
3. location (field location)
I have a field - 'more_info" from another view(Vacancy) which contains a link. Now I want to display the field "more_info" link within the node <link></link>
I was editing/adding a few simple pages, when I started getting 403 Forbidden error messages when I would go to selected pages on the site.
"You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
It sounds and looks like a "permissions" issue, but I can't think of anything I did that might have changed regarding permissions to directories or files.
In Drupal 7 and previous, when you wanted to put in a list of allowed values for a dropdown list, you could do this:
Key1|Value1
Key2|Value2
Key3|Value3
Now there is a single text field with an automatic key value and an add another item button. Surely you all aren't using that thing when you have a hundred item list to add to a content type. Other than custom coding a list, is there a module or method to bring back something like the key|value capability noted above?
i have made my site on local with ddev and all works fine. When transfer my site from local to remote server, only the image with media and media library don't wok. File are correctly located on folder but the image are not loaded.